This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using std::tuple on arm-none-eabi-g++ v8.3.1

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

Parents Reply Children