-
config/os/gnu-linux/time.c parses /proc/cpuinfo to determine the cpu speed. On Linux/SPARC it tries to read "Cpu0Bogo". However current kernels no longer provide "Cpu0Bogo", "Cpu0ClkTck" should be used instead.
Here's the patch:
http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-sparc-cpuinfo.patch?hideattic=0&view=markup.
2008-09-14 17:12:47 UTC in Jack Audio Connection Kit
-
that fixes it, thanks!
2008-05-15 16:23:42 UTC in UPX - a powerful executable packer
-
UPX-2.03 did work on Linux/Sparc(you could compile it and run it to compress Linux/i386-Elf binaries or Win32-Exe binaries but not Linux/Sparc-Elf binaries).
When trying to compile UPX-3.03 I get:
make -C src all
make[1]: Entering directory `/tmp/upx-3.03-src/src'
Updating .depend
In file included from bele.h:615,
from conf.h:709,
from c_file.cpp:29...
2008-05-07 19:00:15 UTC in UPX - a powerful executable packer