gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] compiling gforth on armv7l - beaglebone


From: Bernd Paysan
Subject: Re: [gforth] compiling gforth on armv7l - beaglebone
Date: Fri, 01 Jun 2012 12:41:28 +0200
User-agent: KMail/4.7.2 (Linux/3.1.10-1.9-desktop; KDE/4.7.2; x86_64; ; )

Am Donnerstag, 31. Mai 2012, 21:23:50 schrieb kibler:
> I am trying to get gforth running on the new beaglebone system.
> I have tried compiling it using the default angstrom version of
> linux and Arch linux. Both get to the same point and fail.
> I have seen posts that it can work with beagleboards, yet they
> are a bit different that this one. So not sure if this is
> due to slightly different chip set or something new.
> 
> I have included some of the information in case this is a
> new problem. I noticed it can't find a ffi.h, however it does
> have libffi 3.0.10 installed, with ffi.h - see last of data.

Yes, but it's well hidden.  We expect ffi.h to be either in /usr/include or in 
/usr/include/ffi.  Not in /usr/lib/ffi-3.0.10/include.  A

ln -s /usr/lib/ffi-3.0.10/include /usr/include/ffi

should do it.

> The cpu is a Cortex8 Armv7 with Hardware VFP - Neon.
> I did try exporting platform=beagleboard with no luck.

> address@hidden gforth-mirror]# pacman -Ql libffi
> libffi /usr/
> libffi /usr/lib/
> libffi /usr/lib/libffi-3.0.10/
> libffi /usr/lib/libffi-3.0.10/include/
> libffi /usr/lib/libffi-3.0.10/include/ffi.h
> libffi /usr/lib/libffi-3.0.10/include/ffitarget.h

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://bernd-paysan.de/

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]