mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
step wrongly referenced, and cmake was looking into /portapack-mayhem/hackrf instead of /portapoack-mayhem base dir.
parent
99177aa243
commit
3b4b0aeec4
@ -170,9 +170,9 @@ some compiling errors to check it's better to call it without '-j 8')
|
||||
mkdir build; cd build
|
||||
PATH=/opt/build/armbin/bin:/opt/build/armbin/lib:$PATH
|
||||
|
||||
## 7. Create makefile through cmake and compile (as user) (it's important to call the PATH cmd in step 5 just before making the cmake)
|
||||
## 7. Create makefile through cmake and compile (as user) (it's important to call the PATH cmd in step 6 just before making the cmake)
|
||||
|
||||
cmake -B./ -S../../
|
||||
cmake -B./ -S../../../
|
||||
make firmware
|
||||
|
||||
## 8. Flash the firmware to HackRF
|
||||
|
Loading…
Reference in New Issue
Block a user