what is the usage of _eabi in S32DS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

what is the usage of _eabi in S32DS

706件の閲覧回数
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 返信

495件の閲覧回数
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