Hello,

o What version of X are you using?
I'm trying to build 4.0.2
o What does your host.def file look like?
It's the exact copy of the one described in the "Building TinyX for Handelds"
HOWTO
o What commands did you use to build?
I use 'make world'
o Are you cross compiling?
Yes
o Where are you trying to install X?
In the /usr directory of my target
o Are you NFS mounting your target directory or are you native?
My target directory is NFS mounted
o What command are you using to install?
I use 'make install'


The language also poses a minor problem for me.
Oops, excuse me. I will just translate below the messages obtained from the
compiler :

During the building tinyx for handhelds process, I encountered the following
problem after issuing the make install command :

make[3]: in directory `/opt/hardhat/xc/programs/setxkbmap'
/skiff/local/bin/arm-linux-gcc -O2    -I../../include/extensions  -I../..
-I../../exports/include  -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE
-D_GNU_SOURCE -DX_LOCALE   -DFUNCPROTO=15 -DNARROWPROTO
-DDFLT_XKB_CONFIG_ROOT=\"/opt/hardhat/devkit/arm/sa110_le/target/usr/X11R6/lib/X11/xkb\"

  -c -o setxkbmap.o setxkbmap.c
setxkbmap.c:36: X11/extensions/XKBfile.h: No file or directory of this type
setxkbmap.c:37: X11/extensions/XKBconfig.h: No file or directory of this type
setxkbmap.c:38: X11/extensions/XKBrules.h: No file or directory of this type
make[3]: *** [setxkbmap.o] Error 1
make[3]: quit directory `/opt/hardhat/xc/programs/setxkbmap'

I tried to correct this by issuing the followings :

cd              /opt/hardhat/xc/exports/include/X11/extensions
ln -s /opt/hardhat/xc/lib/xkbfile/XKBfile.h .
ln -s /opt/hardhat/xc/lib/xkbfile/XKBconfig.h .
ln -s /opt/hardhat/xc/lib/xkbfile/XKBrules.h .

I then got this new error :

installing in programs/setxkbmap...
make[3]: in directory `/opt/hardhat/xc/programs/setxkbmap'
/skiff/local/bin/arm-linux-gcc -O2    -I../../include/extensions  -I../..
-I../../exports/include  -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE
-D_GNU_SOURCE -DX_LOCALE   -DFUNCPROTO=15 -DNARROWPROTO
-DDFLT_XKB_CONFIG_ROOT=\"/opt/hardhat/devkit/arm/sa110_le/target/usr/X11R6/lib/X11/xkb\"

  -c -o setxkbmap.o setxkbmap.c
make[3]: *** No rules to make target `../../exports/lib/libxkbfile.a',
nécessaire pour `setxkbmap'. Arrêt.
make[3]: quit directory `/opt/hardhat/xc/programs/setxkbmap'


I have built Tiny-X using a MontaVista distribution of a MIPS kernel and tools.
I cross
compiled and NFS mount my root file system for my MIPS board. If you are doing
something
similar for SA, we should be able to solve these problems.
I also built Tiny-X using a MontaVista distribution and I used the same
configuration than yours.
I've just switched the compiler to the one described in the HOWTO to be sure
it's not the origin of the problem.

Hope this helps,

Laurent



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to