We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Greetings,
Im experiencing strange behaviour of my DS-5 debugger when I try to #include <tuple>. After including this header, my debugger gets messy (i.e Variables window is not showing any local scope data, program is not running from symbol main stucking at _ZL20__gthread_key_deletei symbol). Do i have to add something while compiling to support this feature ? To clarify, program and all tuple stuff compiles and works as expected - only debugger seems to get broken.
Im linking with --specs=nosys.specs -nostartfiles -T ${CMAKE_SOURCE_DIR}/linker/script.ld