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.

AM64x.lds linker file

Hi,

I'm compiling code for AM243x with CLANG compiler.

I have some linker file errors : 

ENTRY(_vectors)     - cannot find file ENTRY

KEEP(*(._vectors))   - cannot find file KEEP

etc...

Is there a difference between CLANG and GCC linker files ?

Where can I find AM64x.lds for CLANG - (simple example) ?

Thanks,

Eli