Other Parts Discussed in Thread: SYSBIOS
Dear all,
My goal is to manually convert a project from using makefile into a CCS project. The project has several RTSC modules (like SYSBIOS, IPC, etc...) added by using a .cfg file. It also has a config.bld file and .xs file defined some memory sections and their placements.
In the created CCS projects, I have the same source code, include path added, RTSC modules, also with .cfg file. The code can be compiled but can't be linked as they can't find the memory section definition. If I add the .bld file into my CCS project, the project treat it as a source code file and try to compile it.
How can I add the config.bld and .xs file into the CCS project?
Regards, Eric