nooploop / piejam_os

Linux system for PieJam
GNU General Public License v3.0
9 stars 1 forks source link

make[1]: *** No rule to make target `raspberrypi4_defconfig'. Stop. #3

Open wewiley opened 8 months ago

wewiley commented 8 months ago

piejam_os % make raspberrypi4 make -C buildroot BR2_EXTERNAL="/private/tmp/piejam_os/br2_external" O="/private/tmp/piejam_os/br2_external/output/raspberrypi4" raspberrypi4_defconfig make[1]: No rule to make target `raspberrypi4_defconfig'. Stop. make: [raspberrypi4-builddir] Error 2


Unable to complete Makefile build process. Same error on Pi 2,3,4 Running from Terminal on Mac OS 14.0

nooploop commented 8 months ago

You need to clone this project with submodules:

git clone --recurse-submodules https://github.com/nooploop/piejam_os.git

I probably should add it to the README.