Tool/software: Code Composer Studio
Hi all,
I've tried to create SBL CCS project following this guide:
At the end of the guide there's a Link order configuration. I did the changes required, but anyway the Entry symbol is not at the expected address 0x40331000. I've tried to narrow this down and I figured out, that makefile is generating sbl_init.o file, but the linker.cmd expects sbl_init.ao. As the makefiles are generated automatically in CCS and I don't want to change the linker.cmd file, is there any other option to get Entry point at correct address?
I cannot find in project properties anything to change the extension for the .S object file.
Any hints will be very helpful.
Thanks.
System used:
- AM5728 on BeagleBoard-X15
- pdk_am57xx_1_0_15
- processor_sdk_rtos_am57xx_6_00_00_07
- bios_6_75_02_00