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

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

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

ソリューションへジャンプ
1,150件の閲覧回数
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 解決策
938件の閲覧回数
2838219522
Contributor III

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

You will compile code with float.

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
939件の閲覧回数
2838219522
Contributor III

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

You will compile code with float.

0 件の賞賛
938件の閲覧回数
涛尹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 件の賞賛