[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

OT: GCC cross compiling



Hi, 
 
I have a genera crosscompiling quetion: 
 
Do i have to compile a special GCC for every source and destination platform 
or can i specify the destination on the command line? (the manual is a bit 
weird about that) 
 
Do i have to compile a libc for that platform? Do i have to link staticly? 
 
E.g: 
 
for a app like: 
int main(void) { 
	cout  << "Hello World"; 
	return 0; 
} 
 
To execute that on an ARM platform like the Nokia 9210 (Communicator) or a 
Psion is it enough to compile that for the specific platform? 
 
cheers, 
Raffaele 
--  
Raffaele Sandrini <rasa@gmx.ch> 
For encrypted Mail get my Public Key from "search.keyserver.net" 
ID: 0xEC4950E9 



Reply to: