Anybody know the GCC equivalent of __rt_entry that ARM RVDS uses?
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.
Anybody know the GCC equivalent of __rt_entry that ARM RVDS uses?
Brad,
I may be way off and this may just be from code generation tools that comes with CCS but I've seen '_c_int00' being called the entry point symbol. Let me know if you were looking for something else.
Jason Reeder
It looks like __cs3_start_c does things similar to __rt_entry --- but I don't have it working yet.