[fpc-pascal] fpc on Armel issues

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Aug 25 13:39:39 CEST 2009


On 25 Aug 2009, at 13:35, Nataraj S Narayan wrote:

> the resulting binaries (firework etc) are not executing on the
> arm-linux board as well as qemu.
>
> root at at91sam9263ek:~$ sh firework
> firework: firework: 1: Syntax error: word unexpected (expecting ")")

You are trying to execute the program as a shell script. It's normal  
that this doesn't work. Try "./firework" instead.


Jonas



More information about the fpc-pascal mailing list