Bug 10051

Summary: make: *** No rule to make target 'raspberrpi3_defconfig'. Stop reported with Buildroot v 2o17.05.1
Product: buildroot Reporter: Paul Tomov <ptomov>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: critical CC: buildroot
Priority: P5    
Version: 2017.05.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Screenshot of the error

Description Paul Tomov 2017-07-12 16:27:51 UTC
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
Comment 1 Thomas Petazzoni 2017-07-12 16:29:54 UTC
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!