what is the usage of _eabi in S32DS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

what is the usage of _eabi in S32DS

616 Views
jerrytomlee
Contributor II

After the program enter main(), It will first jump to _eabi, I wonder why, and I guess it is for init.

As the Disassembly is shown:

53 {
01002e34: e_bl 0x1003c02 <__eabi>

following the instruction in main()

1 Reply

405 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

this code is added by compiler itself and it does not related to the project. This functionality was implemented because of  EABI standard compliance.

Regards,

Martin