PDA

View Full Version : Compiling qt-embedded-3.3.5 with sh4-linux-gcc



hketatni
12th December 2006, 15:17
I'm tring to compile qt-embedded-3.3.5 with sh4-linux-g++ /gcc on my suse 10.0 for STlinux-2.0
but at the end of make i receive this message:
.o :mad: .obj/release-shared-emb-sh4-linux/qgfxvfb_qws.o .obj/release-shared-emb-sh4-linux/qgfxtransformed_qws.o .obj/release-shared-emb-sh4-linux/qkbdtty_qws.o .obj/release-shared-emb-sh4-linux/qkbdpc101_qws.o .obj/release-shared-emb-sh4-linux/qmousepc_qws.o .obj/release-shared-emb-sh4-linux/qconfig.o -L/opt/STM/STLinux-2.0/devkit/sh4/target/usr/lib
/opt/STM/STLinux-2.0/devkit/sh4/lib/gcc/sh4-linux/3.4.3/../../../../sh4-linux/bin/ld: ne peut trouver -lc
collect2: ld a retourné 1 code d'état d'exécution
gmake[2]: *** [../lib/libqte.so.3.3.5] Erreur 1
:mad:

wysota
15th December 2006, 02:00
Do you have libc for that architecture compiled and available?

hketatni
15th December 2006, 08:49
I don't have libc for this architecture please can you tell me how to do it:confused:

wysota
15th December 2006, 15:21
You have to install or cross compile libc for sh4 architecture (whatever that may be).