Re: Errors in building gcc-4.4.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Kai Ruottu kirjoitti 18.1.2024 klo 14.51:

Kai Ruottu kirjoitti 18.1.2024 klo 14.39:
The prerequisites in your case are aworking compiler for the'x86_64-linux' build system and a working cross-compiler from the build/host 'x86_64-linux' system to the target 'x86_64-nacl-linux' system. Whether the GCC configure scripts could quess what tools the build should use for the $host and $target I have no clue. Years I have always defined these with the : AR=<something> \ CC= <something> \ CXX=<something> \ .... RANLIB=<something> \ for the $host system. And : AR_FOR_TARGET=<something> \ CC_FOR_TARGET= <something> \ CXX_FOR_TARGET=<something> \ .... RANLIB_FOR_TARGET=<something> \ for the $target system. Similarly for the $build system with the : <TOOL>_FOR_BUILD=<something> rows in the script used as the
configure command, before the final 'configure' command in it.
Not much left to guess...

Should I now shoot Thunderbird because it decided to change my written text to something unreadable?

Maybe not... Let's try again via copy&paste using Notepad to "normalize" whatever there was in the Thunderbird text...

---------- clip ----------

The prerequisites in your case are a working compiler for the 'x86_64-linux'  build system and a working cross-compiler from the build/host  'x86_64-linux' system to the target 'x86_64-nacl-linux' system. Whether the GCC configure scripts could quess what tools the build should use for the $host
and $target I have no clue. Years I have always defined these with the :

AR=<something> \
CC= <something> \
CXX=<something> \
....
RANLIB=<something> \

for the $host system. And :

AR_FOR_TARGET=<something> \
CC_FOR_TARGET= <something> \
CXX_FOR_TARGET=<something> \
....
RANLIB_FOR_TARGET=<something> \

for the $target system.  Similarly for the $build system with the :
<TOOL>_FOR_BUILD=<something> rows in the script used as the
configure command, before the final 'configure' command in it.
Not much left to guess...

---------- clip ----------





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux