Errors in building gcc-4.4.3
Kai Ruottu
kai.ruottu@wippies.com
Thu Jan 18 20:20:40 GMT 2024
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 ----------
More information about the Gcc-help
mailing list