Open GoogleCodeExporter opened 8 years ago
Please provide a useful title.
You are trying to run an unoptimized build on an Atom? You usually get a lot of
buffer problems because the CPU is the bottleneck here. So I cannot recommend
this build at all.
Please check whether you are using pulseaudio and forgot to change SDL to the
pulse backend. http://www.libsdl.org/docs/html/sdlenvvars.html
Original comment by s...@narfation.org
on 27 Jun 2013 at 1:22
And I cannot reproduce this problem when compiling the current hg version with
OPTFLAGS="" and CFLAGS="-O0 -march=atom" on Debian sid with gcc version 4.8.1
(Debian 4.8.1-4)
Original comment by s...@narfation.org
on 27 Jun 2013 at 1:40
I am NOT running Pulse Audio. (Just ALSA.) The -O0 was necessary to get the
emulator to build at all.
Original comment by zombie_r...@yahoo.com
on 27 Jun 2013 at 3:24
Maybe someone else can reproduce it but I cant. Can you in the meantime provide
the error log when compiling with
./m64p_build.sh V=1 OPTFLAGS="-O2 -march=atom"
or (when you compile each module independent)
make -C projects/unix V=1 OPTFLAGS="-O2 -march=atom" all
Original comment by s...@narfation.org
on 29 Jun 2013 at 6:41
Original issue reported on code.google.com by
zombie_r...@yahoo.com
on 27 Jun 2013 at 11:34