Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Linknx 0.0.1.29 sur DS-411J
#6
Merci pour ta réponse, j'ai pu résoudre le problème précédent.

J'ai recommencé depuis le début et lorsque j'ai copié le contenu du dossier avec les sources et les mk, je n'ai passé les fichiers déjà présents (au lieu de les écraser la première fois).

Tout se passe nettement mieux et après bien 7-8 minutes de compilation, je me retrouve avec ceci :

Code :
rm -f /home/kevin/ds001/optware/cs08q1armel/builds/linknx/.built
make -C /home/kevin/ds001/optware/cs08q1armel/builds/linknx
make[1]: Entering directory `/home/kevin/ds001/optware/cs08q1armel/builds/linknx'
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --prefix=/opt --disable-nls --disable-static --without-pth-test --with-libcurl=/home/kevin/ds001/optware/cs08q1armel/staging --enable-smtp=static --with-lua --without-log4cpp --without-mysql build_alias=i386-pc-linux-gnu host_alias=arm-none-linux-gnueabi target_alias=arm-none-linux-gnueabi CXX=/home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-g++ LDFLAGS= -L/home/kevin/ds001/optware/cs08q1armel/staging/opt/lib -Wl,-rpath,/opt/lib -Wl,-rpath-link,/home/kevin/ds001/optware/cs08q1armel/staging/opt/lib  CPPFLAGS=-O2   -pipe -I/home/kevin/ds001/optware/cs08q1armel/staging/opt/include  CC=/home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc CPP=/home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -E --no-create --no-recursion
configure: WARNING: unrecognized options: --disable-nls, --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-none-linux-gnueabi-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-g++... gcc3
checking for arm-none-linux-gnueabi-gcc... /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... yes
checking whether /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc accepts -g... yes
checking for /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc option to accept ISO C89... none needed
checking dependency style of /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc... gcc3
checking for arm-none-linux-gnueabi-ranlib... no
checking for ranlib... ranlib
checking how to run the C preprocessor... /home/kevin/ds001/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -E
checking for GNU Pth... *FAILED*
+------------------------------------------------------------------------+
| Unable to locate pthsem in any system-wide location (see $PATH).
| Please specify the correct path to either a pthsem installation tree
| (use --with-pth=DIR if you used --prefix=DIR for installing pthsem in
| the past) or to a pthsem source tree (use --with-pth=DIR if DIR is a
| path to a pthsem-X.Y.Z/ directory; but make sure the package is already
| built, i.e., the "configure; make" step was already performed there).
+------------------------------------------------------------------------+
make[1]: *** [config.status] Error 1
make[1]: Leaving directory `/home/kevin/ds001/optware/cs08q1armel/builds/linknx'
make: *** [/home/kevin/ds001/optware/cs08q1armel/builds/linknx/.built] Error 2

Cependant je dispose de pthsem (j'en ai d'ailleurs déjà généré le package ipk).

Dois-je modifier un quelconque fichier afin de passer cette erreur?

J'ai la même lors de la compilation d'eibd avec la commande :
Code :
make eibd-ipk

Une idée?

Encore merci!

Kevin
Répondre


Messages dans ce sujet
Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 08/12/2011, 20:58:30
RE: Linknx 0.0.1.29 sur DS-411J - par tityann - 08/12/2011, 21:37:47
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 09/12/2011, 09:30:48
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 09/12/2011, 11:03:13
RE: Linknx 0.0.1.29 sur DS-411J - par tityann - 09/12/2011, 18:43:23
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 09/12/2011, 21:48:17
RE: Linknx 0.0.1.29 sur DS-411J - par Ben - 10/12/2011, 09:13:17
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 10/12/2011, 07:47:20
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 11/12/2011, 09:35:16
RE: Linknx 0.0.1.29 sur DS-411J - par Ben - 11/12/2011, 11:31:46
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 11/12/2011, 19:01:22
RE: Linknx 0.0.1.29 sur DS-411J - par Ziki - 11/12/2011, 11:12:24
RE: Linknx 0.0.1.29 sur DS-411J - par Ben - 11/12/2011, 22:10:41
RE: Linknx 0.0.1.29 sur DS-411J - par TanguyT - 05/01/2012, 22:39:42
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 07/01/2012, 16:10:54
RE: Linknx 0.0.1.29 sur DS-411J - par TanguyT - 07/01/2012, 10:20:22
RE: Linknx 0.0.1.29 sur DS-411J - par TanguyT - 07/01/2012, 20:19:01
RE: Linknx 0.0.1.29 sur DS-411J - par Pogg.ow - 08/01/2012, 11:00:38
RE: Linknx 0.0.1.29 sur DS-411J - par ccaramel - 13/01/2012, 01:07:00

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)