This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

flat_bl.m:2: error: parse error before '%' token


I'm using crosstool to try to build a PowerPC 603 cross-compiler for OS X 10.4, but it's failing:

gcc -g -O2 -c -o flat_bl.o /Users/timur/crosstool-0.43/build/powerpc-603-linux-gnu/gcc-4.1.0-glibc-2.3.6/binutils-2.16.1/gprof/flat_bl.m
/Users/timur/crosstool-0.43/build/powerpc-603-linux-gnu/gcc-4.1.0-glibc-2.3.6/binutils-2.16.1/gprof/flat_bl.m:2: error: parse error before '%' token
make[3]: *** [flat_bl.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-gprof] Error 2


The instructions on the crosstool page say I need to install a bunch of GNU tools and make sure they appear first in the path. I have fink installed, and I've used it to install every tool except "gnu install", because I don't know how. What fink package do I need to install in order to get "gnu install"?

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]