Tool/software: Code Composer Studio
I'm trying to manually configure my application using C code and Cfg*() functions (as described in spru523k, section 2.1), but I don't know what is the correct way to manually include the NDK libraries in my RTSC project. Before trying to add the libraries, the linker complained about a lot of unresolved symbols, as expected. So I tried to add the libraries in "Properties -> Build -> Linker -> File search path" window and included some *.aem4f files in NDK directories tree. (See screen attached)
After doing that, the unresolved symbols errors are over, but I've got a new failed allocation error. The memory allocation window shows that the .bss sector couldn't be allocated, as it can be seen in the print below:
Is this error occurring because of the way I'm including the ndk libraries? What's the correct way to add these libraries to the project?
Thanks in advance,
Ronan