so i was getting ready to try and start making some kinda app... i figured the best place to start would be to get this to compile on my box first.  along the way i ran into two errors when i run make in a clean copy of the sdcc_skeleton from svn. 1. the easy one... /home/l/midibox/svn/mios/trunk/bin/mios-gpasm: 24: declare: not found /home/l/midibox/svn/mios/trunk/bin/mios-gpasm: 27: declare: not found i fixed these 2 errors by changing "declare -a" to "local" on both lines in the mios