On Sun, Oct 02, 2005 at 12:31:13PM +0200, Istvan Varga wrote: > Jeremiah Benham wrote: > It looks like there is an error in reading the score p-fields > (compiler bug ?). Does this still happen when compiled with -O0 ? Yes. I recompiled csound 4.24.1 with -O0 and it still had the same problems. I then cross compiled csound5 with -O0 and it has the same problem on the zaurus. I attatched the output with the csound -v options using csound5 on my Zaurus. > > >I would try to cross compile csound5 for my Zaurus > > but I don't know how to do that with scons. Thanks for the advice. I actually managed to do cross compile csound5 with scons by editing custom.py and SConstruct. It still has the same score F table reading problem. I have a working gdb if you want some debugging info. I know very little on how to use gdb. Perhaps this will motivate me to learn more. Where in the source is the orchestra parser? Thanks, Jeremiah