Can't make recalbox-${arch}_defconfig
-
Hi, This is the first time i'm compiling something in linux, so forgive me if i can't provide some log info. Everything you need just tell me. Following this guide "Compilation & Modifications" y can't make the defconfig:
make recalbox-${arch}_defconfig
Executing that, I get this message:
make[1]: *** No rule to make target 'recalbox-rpi_defconfig'. Alto. Makefile:36: recipe for target '_all' failed make: *** [_all] Error 2
If I change to:
sudo make recalbox-${arch}_defconfig
I just get the first line:
make[1]: *** No rule to make target 'recalbox-rpi_defconfig'. Alto.
I'm running this on ubuntu 15.10, 64 bits. Thanks.
-
Look here. You should set the arch variable to one of the following: rpi1, rpi2 or rpi3 and it should work. (arch=rpi1 for you I guess) As an option, may i suggest using a docker container to build recalbox?
-
Hi, it worked with arch = rpi1. I modified the wiki (english and spanish) to fix the wrong text. Thanks!