-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having difficulties for compilling #6
Comments
mw_core is part of mw-service; to compile mw-service:
|
I did excatly these command. I redo it and post the result here, I have the same error.
then
I don't understand why there is this error if it's part if the project itself. |
I cannot reproduce it. It works on my RPi as well as my PC every single time. Looking at the log, it tries to compile and link sources that should be done at the end. |
You can always force compile the library using:
followed by:
|
I seem's to be working, i don't have any error when launching. I wil try this with mission planner. |
Hi, To begin with, a very interesting project. I wanted to use my mutiwii drone with a joystick on pc.
It seems there are some librairies missing :
for mw-service
make /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g -O2 -o mw mw-mw.o mw-routines.o mw-uart.o mw-gpio.o -lmw_core -lrt -lpthread libtool: link: gcc -Wall -g -O2 -o mw mw-mw.o mw-routines.o mw-uart.o mw-gpio.o -lmw_core -lrt -lpthread /usr/bin/ld: cannot find -lmw_core collect2: error: ld returned 1 exit status make: *** [Makefile:535: mw] Error 1
and for mw-mavlink
gcc -Wall -g -O2 -o mw-mavlink mw_mavlink-main.o mw_mavlink-udp.o mw_mavlink-mw.o mw_mavlink-mavlink.o mw_mavlink-params.o mw_mavlink-gamepad.o -lmw_core -lrt -lpthread -lssl -lcrypto -lresolv -lm -lconfig /usr/bin/ld: cannot find -lmw_core collect2: error: ld returned 1 exit status make: *** [Makefile:375: mw-mavlink] Error 1
I can't find wich lib is it...
Maybe it will appears evident for you
Best regards
The text was updated successfully, but these errors were encountered: