nanogui: Compile microwindows for arm


Previous by date: 12 Apr 2006 00:41:22 +0100 VNC painted pink !, jerome.fayot.mpsa.com
Next by date: 12 Apr 2006 00:41:22 +0100 Viewports in Nano-X, Vignesh J.S
Previous in thread: 12 Apr 2006 00:41:22 +0100 Re: Compile microwindows for arm, Thomas Nemeth
Next in thread: 12 Apr 2006 00:41:22 +0100 Re: Compile microwindows for arm, Thomas Nemeth

Subject: Re: [nanogui] Compile microwindows for arm
From: James Steward ####@####.####
Date: 12 Apr 2006 00:41:22 +0100
Message-Id: <1144798854.4760.8.camel@JS2-LINUX>

On Tue, 2006-04-11 at 15:26 +0200, Thomas Nemeth wrote:
>    Hi James.
> 
>    I've got the same problem as Ajay Jain, either with 
> gcc-3.4.1/glibc2.3.2 or with gcc-3.4.3/uClibc-0.9.27, so here is the 
> (long) output (I'm using a minimalistic configuration just to see if I 
> can get it compiled):
[snip]
> Linking nano-X ...
> /home/thomas/devel/embedded-arm/targets/betatech/build/microwindows-0.91/src/obj/engine/devfont.o(.text+0x143): 
> In function `GdCreateFont':
> : undefined reference to `strcmpi'
[snip]

Have you got 
ARCH                     = LINUX-ARM
in your config file?

If so, then from Arch.Rules you should get
DEFINES += -DLINUX=1 -DUNIX=1
included on line 48

Then in engine/devfont.h (included from engine/devfont.c) you should get
#define strcmpi strcasecmp
on line 20.

As strcmpi doesn't seem to exist, but strcasecmp should, it would
suggest that your config is NQR.

Who knows, fix this one error and all the others may vanish...

Regards,
James.



Previous by date: 12 Apr 2006 00:41:22 +0100 VNC painted pink !, jerome.fayot.mpsa.com
Next by date: 12 Apr 2006 00:41:22 +0100 Viewports in Nano-X, Vignesh J.S
Previous in thread: 12 Apr 2006 00:41:22 +0100 Re: Compile microwindows for arm, Thomas Nemeth
Next in thread: 12 Apr 2006 00:41:22 +0100 Re: Compile microwindows for arm, Thomas Nemeth


Powered by ezmlm-browse 0.20.