Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] TinyX woes...
@ 2007-08-13 20:29 Ulf Samuelsson
  2007-08-13 20:37 ` Ulf Samuelsson
  2007-08-13 20:56 ` Ivan Kuten
  0 siblings, 2 replies; 6+ messages in thread
From: Ulf Samuelsson @ 2007-08-13 20:29 UTC (permalink / raw)
  To: buildroot

TinyX currently is built using
make $(TARGET_CONFIGURE_OPTS) World
but this fails miserably for ARM.

Some utilities are then built using the cross compiler
and when executed on the host, they obviously fail on non-X-86 targets.

I tried a patch which forces the use of HOSTCC for make,
but there are some temp files ("/tmp/xxxx") which are executed
and fails since they are built using the cross compiler.

TinyX seems to rely on WCHAR support, since it uses
MB_CHAR_MAX (The largest size of a character)
which only seems to be visible in the headers if 
UCLIBC_USE_WCHAR is set.

Some files seems to include header files, only present on X86.
"asm/mtrr.h" and "asm/io.h".

The cross.def file defining the environment for X Cross compilation
is updated by tinyx.mk but there seems to be things lacking.

Is there ANYONE which manages to build tinyx for x86 at the moment?
Is there ANYONE which manages to build it for another target (I.E: ARM)?

Best Regards
Ulf Samuelsson

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-14 12:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 20:29 [Buildroot] TinyX woes Ulf Samuelsson
2007-08-13 20:37 ` Ulf Samuelsson
2007-08-13 20:56 ` Ivan Kuten
2007-08-14  5:34   ` Hebbar
2007-08-14  9:37     ` vano
2007-08-14 12:05       ` Hebbar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox