[Jde-dev] Lincado del componente motiondetector

David Lobato dav.lobato en gmail.com
Lun Feb 1 04:34:46 CET 2010


testmodel es una prueba de model.cpp, se ve que se me olvido subirlo.... por
el momento puedes quitarlo, lo revisare y vere si interesa subirlo.

David

2010/1/30 Roberto Calvo <rocapal en libresoft.es>

>
> Buenas!
>
> De nuevo problemas de lincado, esta vez en el componente motiondetector.
>
> Primero, en el Makefile.am aparece:
>
> motiondetectiontestmodel_SOURCES = testmodel.cpp model.cpp
>
> Y testmodel.cpp no está subido. No se si hace falta el archivo, o
> simplemente hay que quitarlo de esa linea. Yo lo he quitado para seguir
> compilando.
>
> David, ¿Alguna pista sobre el error de lincado.?. Quizás tenga que ver
> con el cambio de librería a la hora de compilar gearbox? También mosquea
> un poco el mensaje final, "undefined reference to 'main' "
>
> Ahí va el log.
>
> rocapal en vega:~/robotica/jderobot/src/components/motiondetection$ make
> /bin/sh ../../../libtool --tag=CXX   --mode=link g++  -g -O2 -L/usr//lib
> -lcxcore -lcv -lcvaux -lml  -o motiondetectiontestmodel
> motiondetectiontestmodel-model.o
> ../../../src/libs/jderobotice/libJderobotIce.la
> ../../../src/interfaces/cpp/jderobot/libJderobotInterfaces.la
> ../../../src/libs/jderobotutil/libJderobotUtil.la
> ../../../src/libs/colorspaces/libcolorspaces.la../../../src/libs/colorspaces/libcolorspaces++.la -lm
> libtool: link: g++ -g -O2 -o .libs/motiondetectiontestmodel
> motiondetectiontestmodel-model.o  -L/usr//lib -lcxcore -lcv -lcvaux -lml
> ../../../src/libs/jderobotice/.libs/libJderobotIce.so
> ../../../src/interfaces/cpp/jderobot/.libs/libJderobotInterfaces.so
> ../../../src/libs/jderobotutil/.libs/libJderobotUtil.so
> ../../../src/libs/colorspaces/.libs/libcolorspaces.so
> ../../../src/libs/colorspaces/.libs/libcolorspaces++.so -lm -Wl,-rpath
> -Wl,/usr/local/lib/jderobot
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 0 has
> invalid symbol index 12
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 1 has
> invalid symbol index 13
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 2 has
> invalid symbol index 2
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 3 has
> invalid symbol index 2
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 4 has
> invalid symbol index 12
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 5 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 6 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 7 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 8 has
> invalid symbol index 2
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 9 has
> invalid symbol index 2
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 10 has
> invalid symbol index 13
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 11 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 12 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 13 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 14 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 15 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 16 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 17 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 18 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 19 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 20 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 21 has
> invalid symbol index 14
> /usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 22 has
> invalid symbol index 22
> /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o: In function
> `_start':
> (.text+0x18): undefined reference to `main'
> collect2: ld returned 1 exit status
> make: *** [motiondetectiontestmodel] Error 1
>
> --
> Roberto Calvo Palomino          | Libre Software Engineering Lab (GSyC)
> Tel: (+34) 91 488 85 23         | Universidad Rey Juan Carlos
> rocapal en libresoft.es            | Edif. Departamental II - Despacho 116
> http://libresoft.es/            | c/Tulipán s/n 28933 Móstoles (Madrid)
>
> GPG-KEY: http://gsyc.es/~rocapal/rocapal.gpg<http://gsyc.es/%7Erocapal/rocapal.gpg>
>
> _______________________________________________
> Jde-developers mailing list
> Jde-developers en gsyc.es
> http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers
>
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://gsyc.escet.urjc.es/pipermail/jde-developers/attachments/20100131/2c3c3f69/attachment.htm 


More information about the Jde-developers mailing list