On 12/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,I am new to openembedded and trying to build for Alchemy, e mipsel machine from AMD. I added a machine conf file to conf/machine with the content of ... TARGET_ARCH = "mipsel" IPKG_ARCHS = "all mipsel ${MACHINE}" #TARGET_PREFIX = mipsel-linux- # does not gain any speed and just creates problems: # TARGET_CC_ARCH = "-march=mips32" TARGET_CC_ARCH = "-O2" TARGET_OS = "linux" When I modified this file, I had noticed that many other machine conf files included building linux kernel related things. But I dont want openembedded to do it. So I didnt include it. But glibc gave an error message saying that endianness isnt defined. Do I need a .config file?(crosstool uses it to determine endianness) or a variable setting?
No, kernel should not have anything to do w/ glibc building. Cliff -- ======================= Cliff Brake http://bec-systems.com _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
