This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Compiler installation help.
- From: "Phil Prentice" <PhilP at tsd dot serco dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 10 Dec 2001 12:45:17 +0000
- Subject: Compiler installation help.
Hi
I have built a cross-compiler on a HP workstation with a target for a 68000 based system. This seems to work fine.
However I would like to install this X-compiler on other machines, but without having to do a make-install every time. I would like to install the required binaries and libraries as simply as possible.
Is this possible and how can I do this?
I tried copying over the files m68k-wrs-vxworks-gcc etc, as well as the /usr/local/lib/gcc-lib directory, but I could not get it to work. My main problem being that it was coming up with 'as' errors looks like using wrong assembler??? The working system does not even attempt to use the 'as' binary. Why is the non-working system trying to invoke as???
Can anyone out there help me??
Thanks
Phil