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.
hi all
i am using the CGT for the C6000 and i am real keen to switch to EABI/ELF. our project is huge and there is only one small proprietary library which stops me from doing so, because i won't be able/allowed to rebuild it. i'm using only 4 functions from that library, so i wonder if it should be possible to write an assembly wrapper to translate the procedure calls? or will the linker refuse to link against that old library under any circumstances?
cheers,
sam
Samuel Nobs said:will the linker refuse to link against that old library under any circumstances?
Yes.
-George