Jivin Allon Stern lays it down ...
>
> On Feb 26, 2008, at 6:42 PM, David McCullough wrote:
>
> >
> >Jivin Allon Stern lays it down ...
> >>
> >>On Feb 26, 2008, at 10:51 AM, Allon Stern wrote:
> >>>
> >>>What I'm after is complete scriptability, with no interactiion. I
> >>>don't want to check in binaries.
> >>>
> >>
> >>that is, I can edit the vendor files, but I still am required to do a
> >>make menuconfig, right?
> >>I'd like to have a non-interactive "use the config files and build"
> >>option. Is there one I'm just not seeing?
> >
> >Copy uClinux-dist/.config to config.device:
> >
> > cp .config vendors/VVVV/BBBB/config.device
> >
> >check that in. Then on a fresh checkout you can run:
> >
> > make VVVV/BBBB_default
>
> That didn't work for me:
>
> ...
> cp vendors/Freescale/M5282LITE/config.device .config
> chmod u+x config/setconfig
> yes "" | config/setconfig defaults
> You have not selected a Vendor/Product in the config.
> make: *** [Freescale/M5282LITE_default] Error 1
>
>
> However I did find that if you cat the contents of uClinux-dist/
> auto.conf to the end of that config.device file, it DOES work.
> Is that an appropriate thing to do?
>
> (well, DOES work == is compiling now, versus throwing error messages
> right off the bat :)
>
> Thanks! I never would have figured that out.
Sounds like you did not have a fully configured .config file. If you
build your tree completely by hand then do:
cp .config vendors/Freescale/M5282LITE/config.device
You should have the exact setup needed to make it work. You also need to
have all the other files in vendors/Freescale/M5282LITE be up to date
as well.
Cheers,
Davidm
--
David McCullough, [EMAIL PROTECTED], Ph:+61 734352815
Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev