I cross compiled Istvans version of of Csound for the sharp Zaurus. I originally thought the problem was a gcc 2.95 file running on a system with all libraries created with gcc 3.4. It turns out that that is not the problem after all. I am not sure what the problem is. Here is my error message: SECTION 1: B 0.000 .. 0.010 T 0.010 TT 0.010 M: 0 FTERROR, ftable 1: deferred size for GEN1 only f 1 0.01 0.00 10.00 1.00 ... new alloc for instr 1: WARNING: instr 1 uses 3 p-fields but is given 5 INIT ERROR in instr 1: Invalid ftable no. 1.000000 a2 oscil.kk 13000 440 1 0 B 0.010 - note deleted. i1 had 1 init errors end of score. overall amps: 0 overall samples out of range: 0 1 errors in performance peak CH 1: 0.000000 (written: 0.000000) at 0 The csound code looks like this: sr=44100 nchnls=1 instr 1 a2 oscil 13000,440,1 out a2 endin f1 0 4096 10 1 i1 0 2 e I would try to cross compile csound5 for my Zaurus but I don't know how to do that with scons. Thanks, Jeremiah