Created attachment 7106 [details] Screenshot of the error Hi, I cloned the Buildroot to version 2017.05.1. with: git clone https://git.buildroot.net/buildroot But now when running make rasberrypi3_defconfig Buildroot does not create a .config file in /../../buildroot/ folder. The following error was reported: make: *** No rule to make target 'raspberrpi3_defconfig'. Stop. In did not change any configuration. The Make file is the original one. Please see the attached screenshot and advise me how to fix this problem. Thanks, Pavel
Did you notice the typos in the defconfig you used? Please look at "make list-defconfigs" or "ls configs/" and use defconfig names that actually exist. Also, please double check what you're doing before reporting issues in the bug tracker. Thanks!