udivmoddi4

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

udivmoddi4

2,634 次查看
LamineDjaroud
Contributor I

Hello, 

I work on RTD 1.0.1 with the GCC 9.2 compiler, and when I activate the timer in osif configuration, it generates me in the .map file this in the exidx section: 

 .ARM.exidx 0x1ffffd00 0x8
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
.ARM.exidx 0x1ffffd00 0x8 c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v9.2/gcc-9.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp\libgcc.a(_udivmoddi4.o)
0x1ffffd08 . = ALIGN (0x4)
[!provide] PROVIDE (__exidx_end = .)

 

i would like to know what it corresponds to and how to avoid generating the udivmoddi4. 

My target is the S32K116. 

Thank you for your reply. 

0 项奖励
回复
1 回复

2,599 次查看
DanNguyenDuy
NXP Employee
NXP Employee

Hi LamineDjaroud,

I suppose that there is not a way to deal with your issue because the libgcc.a file always will be used when compiling.

Best regards,

Dan