PDA

View Full Version : Nightly builds failing



greebowarrior
2007-11-02, 02:11
are you guys aware that the nightly builds are 'crapping out' with a compiler error?

http://www.slimdevices.com/downloads/nightly/latest/7.0/buildlog.jive.txt

...
/bin/sh: arm-926ejs-linux-gnueabi-gcc: not found
make[3]: *** [applets/applets.o] Error 127
make[2]: *** [applets] Error 2
make[2]: Leaving directory `/home/sdi/jive/squeezeboxJive/src/system/busybox_1_7_stable'
make[1]: *** [busybox] Error 2
make[1]: Leaving directory `/home/sdi/jive/squeezeboxJive/src/system'
make: *** [system] Error 2

rtitmuss
2007-11-02, 05:10
I think I have fixed then now. A new build at r796 is up for grabs.

greebowarrior
2007-11-05, 02:31
and again, i think you guys might need to update the toolchain or something, as it looks like arm-926ejs-linux-gnueabi-gcc is missing from the build environment

/bin/sh: arm-926ejs-linux-gnueabi-gcc: not found
make[3]: *** [applets/applets.o] Error 127
make[2]: *** [applets] Error 2
make[2]: Leaving directory `/home/sdi/jive/squeezeboxJive/src/system/busybox_1_7_stable'
make[1]: *** [busybox] Error 2
make[1]: Leaving directory `/home/sdi/jive/squeezeboxJive/src/system'
make: *** [system] Error 2

last firmware build available is friday's (2007-11-02) r796

rtitmuss
2007-11-05, 11:25
The toolchain on the build machine was fine, but the path was not set correctly in the build script. Somehow my changes from last week got lost. Anyway its fixed again, and will hopefully keep working this time ...