Mac OSX problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
minsin
Posts: 4
Joined: Sun Jul 09, 2006 6:38 am

Mac OSX problem

Post by minsin »

I used the tutorial that was stickied but I still get this error.

Code: Select all

gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/utils.c
In file included from ../../gprof/../include/demangle.h:24,
                 from ../../gprof/utils.c:29:
../../gprof/../include/libiberty.h:80: warning: function declaration isn't a prototype
gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/i386.c
gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/alpha.c
gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/vax.c
gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/tahoe.c
gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/sparc.c
gcc -DHAVE_CONFIG_H -I. -I../../gprof -I. -D_GNU_SOURCE -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I../../gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/pspdev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c ../../gprof/mips.c
gcc -g -O2    -c -o flat_bl.o ../../gprof/flat_bl.m
../../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
ERROR BUILDING BINUTILS
[/code]
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

well, look down the list harder.. There are other tutorials there
Post Reply