[AWS] AWS on Raspberry Pi?

Ludovic Brenta ludovic at ludovic-brenta.org
Wed Sep 26 15:29:51 CEST 2012


Tom Ross wrote:
> Has anyone tried compiling AWS on the Raspberry Pi using the gcc 4.6
> Ada compiler?  I would like to know why it isn't working for me. I
> managed to compile and install XMLAda, but compiling AWS crashes the
> compiler.

AWS does compile on Debian armel which is, IIUC, the normal operating
system for Raspberry Pi (and certainly for Ada on ARM).

So, if your Raspberry Pi runs Debian armel as it should, maybe try

aptitude install libaws2.10.2-dev

which will give you a precompiled AWS (and XML/Ada for that matter).
Then compile your application using a project file that simply
contains:

with "aws.gpr";

> I know that this is an indirect AWS query, but small ARM based
> computers like the RPi are in my mind the perfect environment for
> experimenting with web servers.

I agree.

-- 
Ludovic Brenta.



More information about the AWS mailing list