From 3b4b0aeec460bc5ee2d962889906a53168ea9740 Mon Sep 17 00:00:00 2001 From: euquiq <31453004+euquiq@users.noreply.github.com> Date: Wed, 8 Dec 2021 17:00:49 -0300 Subject: [PATCH] step wrongly referenced, and cmake was looking into /portapack-mayhem/hackrf instead of /portapoack-mayhem base dir. --- Compile-firmware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index f4e7dbb..b28158a 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -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