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]

help with crosscompiling


Hi
I have a project that I would like to build with powerpc750 gcc cross
compiler.The test cases are single source files so it is easy to build
them like I tried below :
"/opt/crosstool/gcc-4.0.1-glibc-2.3.5/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-gcc
-static bubble.c -o bubble"

But if  I have a project to built by powerpc which has files scattered
around that need to be included and things being set in the makefile
and other files.
writing down implicitly on the command line is one solution i guess,
I mean the includes and then the plugging in the object files that are
needed by the main file. Is there a way around this like configuring
with the target architecture(powerpc).
Please excuse me for bothering but I am new to linux and also to
crosscompiling.

thanks for your time
Kiran

-- 
View this message in context: http://www.nabble.com/help-with-crosscompiling-tf1864110.html#a5092824
Sent from the Sourceware - crossgcc list forum at Nabble.com.


--
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]