This is the mail archive of the crossgcc@sourceware.org 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]

Re: Build Error


On Fri, Feb 3, 2012 at 12:07 PM, Alexandr Zatevalov <sitesv@narod.ru> wrote:
> Guys, i don't understand what is this error:
> [ERROR] ?Missing: 'i686-pc-linux-gnu-gcj' or 'i686-pc-linux-gnu-gcj' or 'gcj' : either needed!
> What are these files and why are they missed?
>
> This situation didn't happen In Windows-7 (Cygwin).

Please don't top post. http://idallen.com/topposting.html

You need gcj to build gcj. Either install gcj on your cygwin install
or disable java in the compiler menu.

> On 03.02.2012, at 16:17, Alexandr Zatevalov wrote:
>
>> Good day!
>> Trying to use Crosstool-NG under Debian.
>> After command
>> ct-ng build
>>
>> i see this some of log file:
>>
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/lib64'
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/sysroot/lib32'
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/sysroot/lib64'
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/sysroot/usr/lib32'
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/sysroot/usr/lib64'
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/lib32'
>> [DEBUG] ?==> Executing: 'ln' '-sf' 'lib' '/root/x-tools/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/lib64'
>> [DEBUG] ?Making build system tools available
>> [DEBUG] ? ?'i686-build_pc-linux-gnu-ar' -> '/usr/bin/ar'
>> [DEBUG] ?==> Executing: 'chmod' '700' '/home/sitesv/7800/toolchain-build/.build/x86_64-unknown-linux-gnu/buildtools/bin/i686-build_pc-linux-gnu-ar'
>> [DEBUG] ? ?'i686-build_pc-linux-gnu-as' -> '/usr/bin/as'
>> [DEBUG] ?==> Executing: 'chmod' '700' '/home/sitesv/7800/toolchain-build/.build/x86_64-unknown-linux-gnu/buildtools/bin/i686-build_pc-linux-gnu-as'
>> [DEBUG] ? ?Missing: 'i686-pc-linux-gnu-dlltool' or 'i686-pc-linux-gnu-dlltool' or 'dlltool' : not required.
>> [DEBUG] ? ?'i686-build_pc-linux-gnu-gcc' -> '/usr/bin/gcc'
>> [DEBUG] ?==> Executing: 'chmod' '700' '/home/sitesv/7800/toolchain-build/.build/x86_64-unknown-linux-gnu/buildtools/bin/i686-build_pc-linux-gnu-gcc'
>> [DEBUG] ? ?'i686-build_pc-linux-gnu-g++' -> '/usr/bin/g++'
>> [DEBUG] ?==> Executing: 'chmod' '700' '/home/sitesv/7800/toolchain-build/.build/x86_64-unknown-linux-gnu/buildtools/bin/i686-build_pc-linux-gnu-g++'
>> [DEBUG] ?Testing '! ( y = y )'
>> [ERROR] ?Missing: 'i686-pc-linux-gnu-gcj' or 'i686-pc-linux-gnu-gcj' or 'gcj' : either needed!
>>
>> What is wrong?
>> Thanx!
>>
>> --
>> For unsubscribe information see http://sourceware.org/lists.html#faq
>>
>
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]