Hi Jeff, You may not be intentionally building kernel/u-boot for target "omap1510inn_config", but the spec file in u-boot project is making against the target "omap1510inn_config" which is not present in Makefile of the project (and hence the error).
I am not sure against which target you should build. Maybe the project maintainer could be of help in this regard. >From https://source.tizen.org/documentation/source-code-reviewers, Linux Kernel Reviewers (CCed in email): Kyungmin Park ([email protected]) Artem Bityutskiy ([email protected]) Regards -- Gaurav Kalra Mobile: +91-9916-18-99-66 Facebook: /gauravkalra Twitter: @gvkalra On Mon, Dec 17, 2012 at 6:48 AM, Jeff Chuang <[email protected]> wrote: > Hi Gaurav and Kevin, > > Gaurav, Thank you for pointing out that. > Since I checked out the tag "2.0_alpha", I expect I could build the u-boot > image successfully(for Tizen phone, I guess) > I do not know why it is building the missing target "omap1510inn_config" > because I do not modify the u-boot source. > Could you tell me which target I should use instead? > Thank you > > BR, > Jeff > > > 2012/12/17 Gaurav Kalra <[email protected]> >> >> Dear Jeff / Kevin, >> >> The build error that you are facing is not related of using / not >> using osc / gbs. >> >> [ 175s] make: *** No rule to make target `omap1510inn_config'. Stop. >> This clearly means "omap1510inn_config" target is not present in >> Makefile of u-boot project. >> >> -- >> Gaurav Kalra >> Mobile: +91-9916-18-99-66 >> Facebook: /gauravkalra >> Twitter: @gvkalra >> >> > Date: Fri, 14 Dec 2012 23:16:55 +0800 >> > From: Jeff Chuang <[email protected]> >> > To: "Wang, Kevin A" <[email protected]> >> > Cc: "[email protected]" <[email protected]> >> > Subject: Re: [Tizen General] How to fix the build errors of building >> > u-boot >> > Message-ID: >> > >> > <CAOiTuhg8W2ruWu2cAvtoj0U4WQSsTr_uQhYX0gvU3aZJ-Edh=w...@mail.gmail.com> >> > Content-Type: text/plain; charset="iso-8859-1" >> > >> > Hi Kevin, >> > >> > After checked "tizen porting guide 2.0", the instructions about building >> > bootloader and kernel are using osc commands. >> > Do it mean that I can not checkout the projects >> > "kernel/u-boot"&"kernel/linux-3.0" with git-clone and gbs local build >> > them >> > for arch "armv7l"? >> > Should I build both u-boot and kernel by using "osc build" instead of >> > "gbs >> > build"? >> > Look forward to your suggestions. >> > Thank you >> > >> > BR, >> > Jeff Chuang >> >> >> >>> *From:* [email protected] [mailto: >> >>> [email protected]] *On Behalf Of *Jeff Chuang >> >>> *Sent:* Wednesday, December 12, 2012 9:18 PM >> >>> *To:* [email protected] >> >>> *Subject:* [Tizen General] How to fix the build errors of building >> >>> u-boot >> >>> Hi experts, >> >>> >> >>> After checkout the tag "2.0_alpha", I get the following errors when >> >>> building the project kernel/u-boot: >> >>> [ 175s] + make omap1510inn_config >> >>> [ 175s] egrep: boards.cfg: No such file or directory >> >>> [ 175s] make: *** No rule to make target `omap1510inn_config'. Stop. >> >>> [ 175s] make: *** [omap1510inn_config] Error 1 >> >>> [ 175s] error: Bad exit status from /var/tmp/rpm-tmp.nscKhX (%build) >> >>> [ 175s] >> >>> [ 175s] >> >>> [ 175s] RPM build errors: >> >>> [ 175s] Bad exit status from /var/tmp/rpm-tmp.nscKhX (%build) >> >>> >> >>> Could you please tell me to how to fix this error? >> >>> I am appreciate for any feedback. >> >>> Thank you >> >>> >> >>> BR, >> >>> Jeff > > _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
