Hi,
I'm trying to use the SC3000 linker for SC3850 project in Codewarrior 10.2.12 IDE.
The project is an Assembly project with only one assembly file. The project is getting compiled successfully.
But I got the following warning:
[LNK,1,6001,-1]: Warning: Old linker is used. This will be deprecated and flexible startup support is not implemented.
Please use sc3000-ld linker and .l3k linker command files.
Then i made the following changes
=> Under Project-> properties -> C/C++ Build -> Settings -> Starcore Assembly Linker Application
Command was changed to SC3000-Id
=> Under Project-> properties -> C/C++ Build -> Settings -> Starcore Assembly Linker Application -> Linker Settings
The linker command file "Freescale\CW SC v10.2.12\SC\StarCore_Support\CodeWarrior_Examples\HS\3850_HS\LCF\sc3850.l3k" was given.
After these changes, i'm not able to link the project. (Attached the error.jpg)
Error is: sc3000-ld.exe has encountered a problem and needs to close.
Please help me to resolve this issue.