This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
cross compiling for strongarm
- To: gcc-help at gcc dot gnu dot org
- Subject: cross compiling for strongarm
- From: Arvind Krishnaswamy <arvind at CS dot Arizona dot EDU>
- Date: Sun, 8 Oct 2000 15:46:02 -0700
I'm trying to build a gcc for strongarm on an x86 machine. I'm using a standard
RedHat 6.2 Linux installation. I get the following error message.
Assembler messages:
Fatal error: invalid listing option `p'
make[2]: *** [libgcc/./_udivsi3.o] Error 1
make[2]: Leaving directory `/arvind/gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/arvind/gcc/gcc'
make: *** [all-gcc] Error 2
Any help will be appreciated.
I would typically like to build this on RedHat 5.2 installation with gcc 2.7.2.
Is this possible or are there some conflicts between this earlier version gcc
and the version I'm trying to compile(gcc 2.96)?
thanks
-Arvind