Does freescales arm-none-linux-gnueabi-gcc supports the use of @FILE argument?

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

Does freescales arm-none-linux-gnueabi-gcc supports the use of @FILE argument?

ソリューションへジャンプ
2,851件の閲覧回数
Albi
Contributor I

gcc supports @ flag.

@FILE                       Read options from FILE

But with the freescales crosscompiler I get

arm-none-linux-gnueabi-gcc: @hello.o_command: No such file or directory

arm-none-linux-gnueabi-gcc: no input files

Does freescales arm-none-linux-gnueabi-gcc supports the use of @FILE argument?

ラベル(2)
0 件の賞賛
返信
1 解決策
2,278件の閲覧回数
KursadOney
NXP Employee
NXP Employee

If we look at the gcc 4.1.2 manual, you will see that there is no mention of @file: Option Summary - Using the GNU Compiler Collection (GCC)

You can use gcc 4.2.1 and beyond for @file support.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,278件の閲覧回数
KursadOney
NXP Employee
NXP Employee

Which version of gcc are you using? I think @file was introduced around 4.2.

0 件の賞賛
返信
2,278件の閲覧回数
Albi
Contributor I

Sorry, Can not believe I forgot to write the version.

/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc --version

arm
-none-linux-gnueabi-gcc (GCC) 4.1.2
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty
; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

0 件の賞賛
返信
2,279件の閲覧回数
KursadOney
NXP Employee
NXP Employee

If we look at the gcc 4.1.2 manual, you will see that there is no mention of @file: Option Summary - Using the GNU Compiler Collection (GCC)

You can use gcc 4.2.1 and beyond for @file support.

0 件の賞賛
返信