From: M. R. B. <mr...@0x...> - 2001-12-27 21:22:12
|
* Adrian McMenamin <ad...@mc...> on Thu, Dec 27, 2001: > I have been working to make/port a decent mp3 player for the Dreamcast no= w=20 > that there is a sound driver. >=20 > I have built mpg123 with these options: >=20 > dream: > $(MAKE) CC=3Dsh4-linux-gcc LDFLAGS=3D \ > OBJECTS=3D'decode.o dct64.o audio_oss.o' \ > CFLAGS=3D'-DREAL_IS_FLOAT -DLINUX -Wall -O2 \ > -DOSS \ > -fomit-frame-pointer -funroll-all-loops \ > -finline-functions -ffast-math' \ > mpg123-make > Update: Using the above line in mpg123/Makefile (with dream changed to linux-sh for consistency), I built mpg123 and executed it on the Dreamcast = ... no problems whatsoever. You must have a snag in your toolchain somewhere. I'm using (all patched with the latest patchset from ftp.m17n.org/pub/super-h/testing/) binutils 2.11.2, GCC 3.0.3, and glibc 2.2.4. This was executed under the busybox shell (the sh-like one) under kernel 2.4.16. M. R. |