On Tue, Mar 25, 2014 at 8:49 AM, Richard Phillips <rip...@gmail.com> wrote:
> Hello all,
>
> I have a strange problem with "make menuconfig" - if I perform these steps
> (presuming no ".config" or ".config.old" exists):
>
> make ARCH=arm CROSS_COMPILE=arm-eabi- omap3_beagle_android_defconfig
> make menuconfig
> Don't make any changes, or just make one trivial change, and save the
> configuration
>
> Following this, I would expect the new ".config" file to be virtually
> identical, except for a few small changes, e.g. timestamp and the change I
> made.  Instead, I find the ".config" file has been obliterated!  It's
> changed from being "ARM" to "x86_64", etc etc.
>
> Anyone have any ideas as to what I'm doing wrong?

Something's overridden "ARCH" so just call it again aka:

make ARCH=arm menuconfig

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to