|
From: Cole, M. <mc...@ne...> - 2013-03-18 13:32:03
|
Don't use that library. Use the C++ library at http://www.vectornav.com/support/downloads, it works for Linux and Windows. From: dibyendu ghosh [mailto:dib...@gm...] Sent: Monday, March 18, 2013 2:01 AM To: vns...@li... Subject: [Vnsupport-users] need help dear sir, I have compiled vnsupport in ubuntu 12.04 64bit when i am going to compile make vntest i am getting following error plz help make vntest gcc -fPIC -L. -lvnsupport vntest.c -o vntest /tmp/ccpRYnxF.o: In function `main': vntest.c:(.text+0x55): undefined reference to `VNS_UART_initDevice' vntest.c:(.text+0xf6): undefined reference to `VNS_UART_setSleepDelay' vntest.c:(.text+0x112): undefined reference to `VNS_UART_getAsyncOutputType' vntest.c:(.text+0x139): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x178): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x1be): undefined reference to `VNS_UART_tareDevice' vntest.c:(.text+0x20a): undefined reference to `VNS_UART_getBaudrate' vntest.c:(.text+0x22c): undefined reference to `VNS_UART_getAsyncOutputFrequency' vntest.c:(.text+0x253): undefined reference to `VNS_UART_setAsyncOutputFrequency' vntest.c:(.text+0x292): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x2cc): undefined reference to `VNS_UART_getAsyncOutputFrequency' vntest.c:(.text+0x2f3): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x332): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x37f): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x38e): undefined reference to `VNS_UART_getAsyncOutputType' vntest.c:(.text+0x3bc): undefined reference to `VNS_UART_asynchronousCapture' vntest.c:(.text+0x54c): undefined reference to `VNS_UART_shutdown' collect2: error: ld returned 1 exit status |