* toolchain procedure for AU1200
@ 2007-05-21 7:54 saravanan sar
2007-05-24 19:44 ` Jim Wilson
0 siblings, 1 reply; 3+ messages in thread
From: saravanan sar @ 2007-05-21 7:54 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]
Hi ,
Has anyone successfully compiled the toolchain for RMI Alchemy processor-DB1200 board with AU1200 processor ? if so can you please mail me the documents or any links regarding that? I followed the PDF documents (which i had attached) but i could not compile successfully. the following error :
sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/mips sysdeps/unix sysdeps/posix sysdeps/mips/mipsel sysdeps/mips/fpu sysdeps/mips sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for pwd... /bin/pwd
checking for mipsel-linux-gcc... gcc
checking version of gcc... 4.1.0, bad
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.80, ok
configure: error:
*** These critical programs are missing or too old: gcc
*** Check the INSTALL file for required versions.
suse:/home/downloads/crosstool-0.35 #
can anyone provide me any suggestions or solutions for this ?
thanks in advance,
saravanan.
---------------------------------
Heres a new way to find what you're looking for - Yahoo! Answers
[-- Attachment #2: Type: text/html, Size: 1350 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: toolchain procedure for AU1200
2007-05-21 7:54 toolchain procedure for AU1200 saravanan sar
@ 2007-05-24 19:44 ` Jim Wilson
0 siblings, 0 replies; 3+ messages in thread
From: Jim Wilson @ 2007-05-24 19:44 UTC (permalink / raw)
To: saravanan sar; +Cc: linux-mips
On Mon, 2007-05-21 at 08:54 +0100, saravanan sar wrote:
> checking version of gcc... 4.1.0, bad
Here is your problem. It looks like you are compiling glibc, and your
glibc version doesn't work with the gcc version you are using. You
didn't mention the glibc sources version. You can try looking at the
glibc configure file to see what gcc version it wants. Just search for
the string "checking version of gcc" and look a few lines down for the
regexp that matches the expected gcc versions. You will likely either
need to use a different glibc version or a different gcc version. Since
you are probably using a RMI gcc port with non-public patches, changing
the gcc version may not be possible.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: toolchain procedure for AU1200
@ 2007-05-30 5:58 saravanan sar
0 siblings, 0 replies; 3+ messages in thread
From: saravanan sar @ 2007-05-30 5:58 UTC (permalink / raw)
To: linux-mips; +Cc: Jim Wilson
[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]
Jim Wilson:
I used higher version of crosstool-crosstool-0.43 and it
compiled sucessfully. I can also find the toolchain binaries
in the path "/opt/crosstool/".but when i used that to compile
kernel comfigured for Db1200 board,it showed me the following
errors:
suse:/home/LINUXAU1200/linux # make
arch/mips/Makefile:776: warning: overriding commands for target `mips-boot'
arch/mips/Makefile:771: warning: ignoring old commands for target `mips-boot'
scripts/split-include include/linux/autoconf.h include/config
mips_nfp_le-gcc -D__KERNEL__ -I/home/LINUXAU1200/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I /home/LINUXAU1200/linux/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -mcpu=r4600 -mips2 -Wa,--trap -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
make: mips_nfp_le-gcc: Command not found
make: *** [init/main.o] Error 127
suse:/home/LINUXAU1200/linux #
i know this error prompts only if we did not specify the
path to the toolchain. but i specifed as follows:
export PATH=/opt/crosstool/gcc-x.x.x-glibc-x.x.x/mipsel-linux/bin:$PATH
But then also i was not successfull. can anyone say me where am i going wrong?
thanks in advance,
saravanan.
---------------------------------
Heres a new way to find what you're looking for - Yahoo! Answers
[-- Attachment #2: Type: text/html, Size: 1538 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-30 6:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-21 7:54 toolchain procedure for AU1200 saravanan sar
2007-05-24 19:44 ` Jim Wilson
-- strict thread matches above, loose matches on Subject: below --
2007-05-30 5:58 saravanan sar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox