You're right, User137.

Anyway...
Quote Originally Posted by 3Shrike3 View Post
Hi,
I first learnt to program (in pascal) a few years ago and have just picked it up again but I have got stuck with allegro.pas. I'm using a raspberry pi and the demo compiled fine, and I copied all the files into the units/arm-linux directory, but whenever I try to compile one of the examples, I get:

albase.pas(209) Error: Can't create assembler file: /usr/lib/fpc/2.6.0/units/arm-linux/allegro.pas/albase.pas/albase.s

Is this just a problem with the raspberry pi, or can it be fixed?
It's the common "write permissions" issue. You can fix it by using option -FU. BTW I'm not sure it will work, AFAIK Allegro doesn't has rasperry pi support, so Allegro.pas doesn't too... But I may be wrong.