Update Makefile change to g++ add I L and -l

fc-l
Alan Johnston 1 year ago committed by GitHub
parent d1bf7de94a
commit 0f55b4a0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,8 @@ cubesatsim: afsk/ax5043.o
cubesatsim: TelemEncoding.o
cubesatsim: main.o
cubesatsim: codecAO40.o
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o cubesatsim -Wall -Wextra -L./ -L/usr/local/lib/ -I/usr/local/include/ afsk/ax25.o afsk/ax5043.o TelemEncoding.o codecAO40.o main.o -lwiringPi -lax5043 -lm -lfuncube -lpthread -lrt -fPIC
g++ -std=c++14 -O3 -DLINUX -D_LINUX $(DEBUG_BEHAVIOR) -o cubesatsim -Wall -Wextra -L./ -L/usr/lib/ -I/usr/local/includ
e/funcubelib -I/usr/local/include/ -I/usr/include/libusb-1.0 afsk/ax25.o afsk/ax5043.o TelemEncoding.o codecAO40.o main.o -lwiringPi -lax5043 -lm -lfuncube -lpthread -lrt -fPIC -lfuncube -lpthread -lrt -fPIC -lasound -ljack -lportaudio -lfftw3 -lfftw3f -lusb-1.0
telem: telem.o
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o telem -Wall -Wextra -L./ telem.o -lwiringPi

Loading…
Cancel
Save

Powered by TurnKey Linux.