Here is something wrong with arm-fsl-linux-gnueabi

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

Here is something wrong with arm-fsl-linux-gnueabi

跳至解决方案
1,165 次查看
2838219522
Contributor III
When I compile libmodbus and iproute2 with arm-fsl-linux-gnueabi-gcc ,it displays words below:

MPFR: Can't allocate memory (size=4294967288)
utils.c: In function 'get_time_rtt':
utils.c:196:4: internal compiler error: Aborted
t *= 1.0; /* allow suffix, do nothing */
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html > for instructions.

Can anyone help me with that?
标签 (1)
标记 (1)
0 项奖励
1 解答
953 次查看
2838219522
Contributor III

It is a solution that you can install 64bit ubuntu14-4.

You will compile code with float.

在原帖中查看解决方案

0 项奖励
2 回复数
954 次查看
2838219522
Contributor III

It is a solution that you can install 64bit ubuntu14-4.

You will compile code with float.

0 项奖励
953 次查看
涛尹1
Contributor I

I traid 64bit ubuntu14.04.5,but  this issue also exist, I use "arm-fsl-linux-gnueabi-gcc  -march=armv7-a -mfloat-abi=hard -mfpu=neon-fp16 -mtune=cortex-a7 --sysroot=/opt/fsl-qoriq/2.0/sysroots/cortexa7hf-vfp-neon-fsl-linux-gnueabi  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed  test.c   -o test" to compile, How can I  solve this issue?  Thank  U

0 项奖励