Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » Cross Compile HowTo?
Re: Cross Compile HowTo? [message #21286 is a reply to message #21281] Mon, 11 May 2009 19:27 Go to previous messageGo to previous message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
I don't know where is the problem exactly
you must have something like this

BUILDER = "GCC_ARM";
COMPILER = "";
DEBUG_INFO = "2";
DEBUG_BLITZ = "1";
DEBUG_LINKMODE = "0";
DEBUG_OPTIONS = "-O0";
DEBUG_FLAGS = "";
RELEASE_BLITZ = "0";
RELEASE_LINKMODE = "0";
RELEASE_OPTIONS = "-O3";
RELEASE_SIZE_OPTIONS = "-Os -finline-limit=20";
RELEASE_FLAGS = "";
DEBUGGER = "gdb";
PATH = "/path/to/gcc/arm/binaries";
INCLUDE = "/path/to/includes";
LIB = "/path/to/libs";
REMOTE_HOST = "";
REMOTE_OS = "";
REMOTE_TRANSFER = "";
REMOTE_MAP = "";
LINKMODE_LOCK = "0";


You should use verbose mode (setup menu) to debug your build method.

[Updated on: Mon, 11 May 2009 19:27]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon8.gif
Previous Topic: Untrivial EditString bug(?) in FreeBSD(and may be all POSIX)
Next Topic: More Unicode questions
Goto Forum:
  


Current Time: Tue May 14 17:47:20 CEST 2024

Total time taken to generate the page: 0.02875 seconds