udivmoddi4

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

udivmoddi4

2,668件の閲覧回数
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,633件の閲覧回数
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