moshed (sent by Nabble.com) wrote:
Following to your response I tried to add -v but doesn't succsed , maybe I locate on the wrong place.
It is a gcc option. Just put it in CFLAGS, or just run gcc manually with -v added to your other command line options.
also if u can replay me ragarding to the gcc powerpc building procedure (please see on the prvious mail)
There is nothing wrong with your powerpc build. The only problems are with your customizations, e.g. your linker script, Makefile, etc. If you want to learn how to do this kind of stuff, try the cross-gcc mailing list on sourceware.org.
Or try building a default powerpc toolchain, figuring out how it works, and then figure out how to modify it to do what you want. The simplest default is using the simulator. For powerpc, that means compiling with -msim.
-- Jim Wilson, GNU Tools Support, http://www.specifix.com