Part Number: CODECOMPOSER
Other Parts Discussed in Thread: AM3358
Tool/software: Code Composer Studio
Hi!
I am using sitara AM3358 processor on custom board. I have turned off optimization level earlier and no error was there but now to optimize the code I have turned on optimization level and speed vs size off is 1. Now after switching on optimization level, it is giving redefined error.
For ex,
Description Resource Path Location Type
symbol "ATP_Checksum" redefined: first defined in "<whole-program>"; redefined in "./Built_In_Tests/NAND_Test.obj" null: symbol "ATP_Checksum" redefined: first defined in "<whole-program>"; redefined in "./Built_In_Tests/NAND_Test.obj" NONOS_DU C/C++ Problem
There are 105 errors like this. I have declared these global variables only once.
Binary .bin file size is around 2 MB infact .out file is around 500KB only. How is it so? Because .bin file size should be less than .out file.
I want to reduce .bin file size as much as possible because large file size taking large booting time.
Please suggest any solution for this.
Regards,
Gaurav