Hey Ralph,
It looks like this isn't a build error you've seen anyway. ralphy wrote: > First, to build the radio (baby) firmware you need to change MACHINE to > baby in local.conf as you are building the controller (jive) firmware in > the above error message. > > ralphy@poky:~/source/squeezeos$ grep baby poky/build/conf/local.conf > MACHINE ?= "baby" > > If you have a poky/build/tmp-baby folder delete it before starting the > build. Er, yeah, I have that in my tree, but when I rebuilt to post here, it looks like I forgot to build from my own branch... oops. So here's the same error when I build with MACHINE = "baby": | arm-none-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mthumb --sysroot=/home/squeezeos/poky/build/tmp-baby/staging/armv5te-none-linux-gnueabi -DCURSESINC="<ncurses.h>" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -Wl,-O1 -o alsamixer alsamixer.o -lncurses -ltinfo -lasound -lm -ldl -lpthread | /home/squeezeos/poky/build/tmp-baby/cross/armv5te/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -ltinfo | collect2: ld returned 1 exit status | make[1]: *** [alsamixer] Error 1 | make[1]: Leaving directory `/home/squeezeos/poky/build/tmp-baby/work/armv5te-none-linux-gnueabi/alsa-utils-1.0.18-r0/alsa-utils-1.0.18/alsamixer' Here's my local.conf on my branch: https://github.com/omnium21/squeezeos/blob/baby-7.8-docker/poky/build/conf/local.conf.sample#L33 squeezeos@076087ca4763:~/poky/build$ grep MACHINE conf/local.conf MACHINE ?= "baby" #MACHINE ?= "qemuarm" #MACHINE ?= "qemux86" #MACHINE ?= "qemuarm" #MACHINE ?= "c7x0" #MACHINE ?= "akita" #MACHINE ?= "spitz" #MACHINE ?= "nokia770" #MACHINE ?= "nokia800" #MACHINE ?= "fic-gta01" #MACHINE ?= "bootcdx86" #MACHINE ?= "cm-x270" #MACHINE ?= "em-x270" #MACHINE ?= "htcuniversal" #MACHINE ?= "mx31ads" #MACHINE ?= "mx31litekit" #MACHINE ?= "mx31phy" #MACHINE ?= "zylonite" TMPDIR = "${OEROOT}/build/tmp-${MACHINE}" ------------------------------------------------------------------------ omnium21's Profile: http://forums.slimdevices.com/member.php?userid=70334 View this thread: http://forums.slimdevices.com/showthread.php?t=111663 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
