Well, I suppose I should add mine to the pile here then...
In my never-ending saga to try to successfully build gcc as a
cross-compiler to the m68k-palmos arch with the newest egcs builds, I
tried getting egcs-2.95.2 to build. I've applied the patches to the source
trees, as indicated on John's page, and after about 5 minutes of building,
I get this:
as: unrecognized option `-no-68881'
make[1]: *** [libgcc1-asm.a] Error 1
make[1]: Leaving directory `/tmp/gcc-build/gcc'
make: *** [all-gcc] Error 2
When it fails, if I type 'make' again, I get the following:
make[1]: Entering directory `/tmp/gcc-build/gcc'
make[1]: *** No rule to make target `mbchar.h', needed by `cccp.o'. Stop.
make[1]: Leaving directory `/tmp/gcc-build/gcc'
make: *** [all-gcc] Error 2
My build syntax is:
../gcc-2.95.2/configure --target=m68k-palmos --enable-languages=c,c++
--prefix=/usr/local/palm
Any ideas how I could fix that? (yes, binutils was successfully
built and installed in /usr/local/palm/bin and /usr/local/palm/lib)
John? Ideas?
+-----------------------------------------------------------+
| David A. Desrosiers *calloc(1,sizeof(geek)) |
| [EMAIL PROTECTED] http://www.gnu-designs.com |
| void main (void) { if (windows=="useful") hell=frozen } |
| PGP: 80F8 7FFF 8329 292F 2696 E354 3D9E 2800 5B8D ABC1 |
+-----------------------------------------------------------+
On Sat, 20 Nov 1999, John Marshall wrote:
> Scott C. Knight writes:
> > Oki do have a libg.a on my system in /usr/lib, i think its some library
> > for debugging,