Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cross Compile to ARM via ToolChain
Cross Compile to ARM via ToolChain [message #21431] |
Wed, 20 May 2009 00:44  |
d_th
Messages: 20 Registered: April 2009
|
Promising Member |
|
|
Hi,
i try to compile some simple Code from examples via an existing Tool chain, for an ARM System, on an Debian Etch PC.
I ask many People in this Board, have a lot of help but it wouldn't work.
In the upload file i give you my BuildMethod File and the error log.
I do not understand how to set the right options for compile.
Thanks for your Help!
Dieter
-
Attachment: UPP.help
(Size: 1.07MB, Downloaded 368 times)
|
|
|
Re: Cross Compile to ARM via ToolChain [message #21434 is a reply to message #21431] |
Wed, 20 May 2009 08:51   |
cocob
Messages: 156 Registered: January 2008
|
Experienced Member |
|
|
this is your include dir settings
INCLUDE = " /usr/include/freetype2;/usr/include/gtk-2.0;/usr/include/gli b-2.0;/usr/lib/glib-2.0/include;/usr/lib/gtk-2.0/include;/us r/include/cairo;/usr/include/pango-1.0;/usr/include/atk-1.0; /usr/X11R6/include;/usr/X11R6/include/freetype2;/usr/X11R6/i nclude/gtk-2.0;/usr/X11R6/include/glib-2.0;/usr/X11R6/lib/gl ib-2.0/include;/usr/X11R6/lib/gtk-2.0/include;/usr/X11R6/inc lude/cairo;/usr/X11R6/include/pango-1.0;/usr/X11R6/include/a tk-1.0;/usr/include/X11 ";
The compiler is searching for X11/Xlib.h
where is this file on your system ?
if it is on /usr/include/X11/ you must add /usr/include to your include dirs, etc...
cocob
[Updated on: Wed, 20 May 2009 08:52] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Sun Apr 27 17:11:04 CEST 2025
Total time taken to generate the page: 0.00834 seconds
|