This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
I am working on an RTOS project using GNU v4.9.3 Linaro compiler as provided by CCSv7.1.
Now while trying to debug a memset() issue I see this:
Can't find a source file at "/home/xlibrary/trees/gnu/gnu-c04/src/linaro/gcc-arm-none-eabi-4_7-2012q4-20121208/src/newlib/newlib/libc/string/memset.c"
Locate the file or edit the source lookup path to include its location.
Why does the path in default lib here seem to be based on a 4.7 code base (2012!)? Isn't there a new one for 4.9 at all? Or do I need to configure RTS lib somewhere? I don't think I have a 4.7 compiler installed anyway.
Just makes me wonder...
Regards,