Trying to compile freeciv for OZ
I want to compile FreeCiv for the Zaurus:
- First, I setup OpenEmbedded according to the getting stated tutorial. The computer is an old Pentium II - running Debian etch.
- Set local configuration (/stuff/build/conf/local.conf), change/insert the following lines:
- DL_DIR = "/stuff/sources"
- BBFILES := "/stuff/org.openembedded.dev/packages/*/*.bb"
- MACHINE = "c7x0"
- DISTRO = "openzaurus-unstable"
- ASSUME_PROVIDED += "qemu-native"
- Remove the last line in the file.
- Setup the enviroment:
# export PATH=/stuff/bitbake/bin:$PATH
# export BBPATH=/stuff/build:/stuff/org.openembedded.dev
- Try to compile:
# bitbake freeciv
- No luck today - bitbake failed.
No comments:
Post a Comment