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

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

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

Jump to solution
1,097 Views
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?
Labels (1)
Tags (1)
0 Kudos
1 Solution
885 Views
2838219522
Contributor III

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

You will compile code with float.

View solution in original post

0 Kudos
2 Replies
886 Views
2838219522
Contributor III

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

You will compile code with float.

0 Kudos
885 Views
涛尹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 Kudos