|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Cross-compiling
On Mon, 19 Jun 2000 07:37:06 EDT Josiah Avery <josiahavery@hotmail.com> wrote: > While the C source itself is realtively portable, the > executable image produced on one platform is by no mean gaurunteed > ( nor is it even expected ) to run under another. Many factors > such as forgien file systems, os dependant hardware/memory > restrictions, etc are the cause for this. The only solution I can > think of is writing code with an OS independant language ( ie java > ), else good luck. GCC explicitly supports cross compilation. Its not trivial to set up, and requires significant fiddling, but it does work. -- J C Lawrence Home: claw@kanga.nu ----------(*) Other: coder@kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|