Bug 10051 - make: *** No rule to make target 'raspberrpi3_defconfig'. Stop reported with Buildroot v 2o17.05.1
Summary: make: *** No rule to make target 'raspberrpi3_defconfig'. Stop reported with...
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.05.1
Hardware: All Linux
: P5 critical
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-12 16:27 UTC by Paul Tomov
Modified: 2017-07-12 16:29 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Screenshot of the error (33.05 KB, image/png)
2017-07-12 16:27 UTC, Paul Tomov
Details

Note You need to log in before you can comment on or make changes to this bug.
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!