Hello,
I have a project built with external gnu tools. Everything works fine, but the "Memory Usage" window does not display usage information.
I thought it was because I used gcc for linking.
I modified the project to use a segger linker; but when I set “use_external_gcc” to “Yes”, the builder still calls “gcc” for linking.
Is there a solution to using the segger linker and the external gnu tool chain together?
If there is no other solution, how can I make the "Memory Usage" window work using an external toolchain?
Thanks!
I have a project built with external gnu tools. Everything works fine, but the "Memory Usage" window does not display usage information.
I thought it was because I used gcc for linking.
I modified the project to use a segger linker; but when I set “use_external_gcc” to “Yes”, the builder still calls “gcc” for linking.
Is there a solution to using the segger linker and the external gnu tool chain together?
If there is no other solution, how can I make the "Memory Usage" window work using an external toolchain?
Thanks!