cross compiler

naghmeh.karimi@yale.edu naghmeh.karimi@yale.edu
Thu Sep 13 19:13:00 GMT 2007


Hi,

Thanks a lot for your reply. I also want to make alpha cross compiler for
fedora. After reading your email I tried to install binutils 2.16.91.05. I
searched a lot but I couldn't find it. so I installed binutils
2.16.91-20060119-1 with this configuration:

configure host=i686-pc-linux-gnu target=alpha-coff-osf4 --with-gnu-as
--with-gnu-ld --prefix=home/xxx/xxx

It was installed succesfully. then I tried to install gcc 4.1.0 with thesame
configuration :

configure host=i686-pc-linux-gnu target=alpha-coff-osf4 --with-gnu-as
--with-gnu-ld --prefix=home/xxx/xxx

but make failed with this error:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
make[1]: Entering directory
`/home/naghmeh/simplescalar/gcc-4.1.0/host-/libiberty'
rm -f ./libiberty.a pic/./libiberty.a
rc ./libiberty.a \
         ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o 
./fibheap.o
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o
./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o
./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o
./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o
./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o
./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o
./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o
make[1]: rc: Command not found
make[1]: *** [libiberty.a] Error 127
make[1]: Leaving directory
`/home/naghmeh/simplescalar/gcc-4.1.0/host-/libiberty'
make: *** [all-libiberty] Error 2

I am a new user of Llinux and so I am not familiar with it. I also downloaded
glibc-2.2.3 and replaced (just copy and paste)  my previous glibc which was
glibc-1.09..

Would you please tell me what should I do now?

Thanks in advance,
Naghmeh

Quoting "Thomas A.M. Bernard" <tbernard@science.uva.nl>:

> I made a alpha cross compiler running on x86 fedora (kernel 2.6.44). I
> built it within a virtual environment (see linux-vserver.org) in order to
> avoid dependencies between libraries.
> I used the GCC 4.1 core release with the following libraries:
> binutils 2.16.91.05
> glibc 2.2.3
>
> Hope it helps,
>
> Regards,
> Thomas
>
>
>
>> Dear All,
>>
>> Has anyone successfully installed alpha-coff cross compiler on x86
>> linux. If so can u please let me know what version of gcc and binutils u
>> used
>> and the configuration for them and the possible patches you used.
>>
>> Thanks in advance
>> naghmeh
>>
>> --
>> For unsubscribe information see http://sourceware.org/lists.html#faq
>>
>>
>
>
> --
> =========================================
> Thomas A.M. Bernard
>
> Computer Systems Architecture group
> Universiteit van Amsterdam
> Informatics Institute
> Kruislaan 403
> 1098 SJ Amsterdam
> Room F.223
>
> E-Mail: tbernard@science.uva.nl
> =========================================
>



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



More information about the crossgcc mailing list