25/10/2013, 11:33
|
| | Fecha de Ingreso: junio-2010
Mensajes: 11
Antigüedad: 14 años, 5 meses Puntos: 0 | |
Respuesta: puerto serial y lnxcomm y esto aparece cuando agrega los .h maunalmente al netbeans como librerias
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/alex/NetBeansProjects/rs232'
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/rs232
make[2]: Entering directory `/home/alex/NetBeansProjects/rs232'
mkdir -p dist/Debug/GNU-Linux-x86
g++ -o dist/Debug/GNU-Linux-x86/rs232 build/Debug/GNU-Linux-x86/main.o -lbaudios.h -lserial.h -lserielinux.h -lseriewindows.h
/usr/bin/ld: cannot find -lbaudios.h
collect2: ld returned 1 exit status
make[2]: *** [dist/Debug/GNU-Linux-x86/rs232] Error 1
make[2]: Leaving directory `/home/alex/NetBeansProjects/rs232'
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory `/home/alex/NetBeansProjects/rs232'
make: *** [.build-impl] Error 2
no se porque???? ayuda |