Keep getting this error when running make in utilities/nexutil in Raspberry Pi 4b #574
Replies: 2 comments 2 replies
-
libargp shoud not be compiled at all when building nexutil on the Raspberry Pi. nexmon/utilities/nexutil/Makefile Line 4 in 76b1edc uname -m . What is the output of running uname -m on your device?
|
Beta Was this translation helpful? Give feedback.
-
These are the exact commands I used: sudo su and this is when I get this warning: |
Beta Was this translation helpful? Give feedback.
-
make
cd ../libargp && make
make[1]: Entering directory '/home/pi/nexmon/utilities/libargp'
/ndk-build NDK_APPLICATION_MK=
pwd
/Application.mk NDK_APP_OUT=. TARGET_PLATFORM=android-21/bin/sh: 1: /ndk-build: not found
make[1]: *** [Makefile:2: libs/armeabi/libargp.a] Error 127
make[1]: Leaving directory '/home/pi3/nexmon/utilities/libargp'
make: *** [Makefile:24: ../libargp/local/armeabi/libargp.a] Error 2
Now sure why target_platform is android??
Beta Was this translation helpful? Give feedback.
All reactions