Other Parts Discussed in Thread: C2000WARE
Hi
Porting sunspec host adc-mode example from F28379D to F28004x according to SPRAC94C document.
It has below building error. Is it caused by CMD setting? Thanks.
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.
Hi
Porting sunspec host adc-mode example from F28379D to F28004x according to SPRAC94C document.
It has below building error. Is it caused by CMD setting? Thanks.
Hi Daniel,
The latest errors you posted are likely due to multiple linker command files (.cmd files) being used within the project. In your Project Explorer it looks like you have only one linker command file present, so CCS is likely including one from C2000ware as well.
Please check the following:
Right click your project and select Properties, then go to the 'CCS General' tab. Next to 'Linker command file:' is the .cmd selected the same one in your project? If it's not then please set it to the f28004x_generic_ram_lnk.cmd you're using.
Hope this helps,
Kevin