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?

Do I need any modification to my machine conf file apart from the above? In 
fact, what I want to learn is I am in the right path or not?

Thanks...

--
Bora SAHIN
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to