This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
When I try to use this cross-built native gcc-3.4.1, it tells me: gcc: spec failure: unrecogniyed spec option 'v' gcc: spec failure: unrecogniyed spec option 'v' gcc: spec failure: unrecogniyed spec option 'p' gcc: spec failure: unrecogniyed spec option 'P'
When I look at gcc.c from gcc-3.4.1, I see:
static const char *cpp_unique_options =
...
%{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*}\
%{!E:%{!M:%{!MM:%{MD|MMD:%{o*:-MQ %*}}}}}\
%{trigraphs} %{remap} %{g3:-dD} %{H} %C %{D*&U*&A*} %{i*} %Z %i\
...I then tried to fix this by removing the part:
%{!no-gcc:...} %{undef:...}
but then the cross-compiled gcc-3.4.1 just said
Aborted
whenever I try to compile something (preprocessing works fine, though).Thanks in advance, Martin
------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |