Search found 2 matches

by duxiaoshi
Mon Dec 30, 2013 10:08 am
Forum: Support
Topic: [Solved] nrfProg compile problem
Replies: 2
Views: 3465

Re: nrfProg compile problem

You can try double checking the paths to the FTDI header files in the nrfProg source code. Maybe they got installed in a different place. yeah, i checked ftdi.h file, the ftdi.h file exists in /usr/local/include/libftdi1 so i just use gcc -lftdi nrfProg.o nrfSpi.o commands.o -o nrfProg it works
by duxiaoshi
Wed Dec 25, 2013 5:14 am
Forum: Support
Topic: [Solved] nrfProg compile problem
Replies: 2
Views: 3465

[Solved] nrfProg compile problem

Hi, all I am using Ubuntu 11.10 64bit i have install libftdi and libftdi-dev... when i compile the nrfProg, output following errors: dell@dell:~/Bitcraze/crazyradio-firmware/nrfProg$ make cc -lftdi nrfProg.o nrfSpi.o commands.o -o nrfProg nrfSpi.o: In function `ftdiSendBuffer': nrfSpi.c:(.text+0x34)...