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.

Linker option in CCS v6



hello

when i bulit my new project in ccs v6 for IDK437x kit and set lib paths and include paths i get this warning so my .out didn't generated correctly, 

hint : linker uses --entry " "


can you help me to solve this issue ??

  

  • The warning would not prevent the executable from being created.  In this case GCC is saying that the entry point symbol is not specified so it is using a default value.  If you need the program entry point to be something else you can specify it in the project options.

    Normally for gcc projects a startup file gets added to them along with a lds file (linker map).  That is not happening when I create a project for AM43x.  Did you get files from somewhere?

    Regards,

    John

  • startup_ARMCA9.zipThe attached zip had a sample linker map file and startup source file for cortexA9.  These could be used as a reference and are provided as-is.

    Regards,

    John