WeAreAnonymous777 / rfcat

Automatically exported from code.google.com/p/rfcat
Other
0 stars 1 forks source link

"make: rfcat: Command not found" during make installRfCatDonsDongleCCBootloader #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Following the install instructions on a new installation, the rfcat tool is 
not present during the make process for flashing firmware:

# cd rfcat/firmware/
# make installRfCatDonsDongleCCBootloader

==RfCatDonsCCBootloader.hex building==
sdcc -Iinclude -DBUILD_VERSION=`../revision.sh` --xram-loc 0xF000  --code-loc 
0x1400 appFHSSNIC.c chipcon_usb.rel chipcon_usbdebug.rel chipcon_dma.rel 
bootloader.rel cc1111rf.rel global.rel cc1111_aes.rel -DDONSDONGLES -DCC1111 
-DUSBDEVICE
Not trusting file /home/jwright/rfcat/rfcat/.hg/hgrc from untrusted user 
jwright, group jwright
Not trusting file /home/jwright/rfcat/rfcat/.hg/hgrc from untrusted user 
jwright, group jwright
appFHSSNIC.c:458: warning 84: 'auto' variable 'chan_table' may be used before 
initialization
appFHSSNIC.c:463: warning 84: 'auto' variable 'chan_table' may be used before 
initialization
packihx <appFHSSNIC.ihx >bins/RfCatDonsCCBootloader.hex
packihx: read 1689 lines, wrote 929: OK.
rfcat --bootloader --force
make: rfcat: Command not found
make: *** [installRfCatDonsDongleCCBootloader] Error 127

2.
3.

What is the expected output? What do you see instead?

The Makefile should be modified to build using @../rfcat instead of assuming 
the rfcat binary has already been placed in the PATH.

What version of the product are you using? On what operating system?

Current source as of 8/6/14.

Please provide any additional information below.

Yo cutaway and @tlas!

Original issue reported on code.google.com by jwri...@hasborg.com on 6 Aug 2014 at 12:18

GoogleCodeExporter commented 9 years ago
Patch for firmware/Makefile attached that invokes @../rfcat instead of assuming 
it is in the PATH.

Original comment by jwri...@hasborg.com on 6 Aug 2014 at 12:25

Attachments:

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by 0a71a5 on 4 Sep 2014 at 7:49