Forth
From GumstixDocsWiki
Forth on a Gumstix.
gForth [1] can be built for the Gumstix by following the directions in the "Cross-Installation" section of the file named INSTALL. You will need a native toolchain and make on the Gumstix.
On your host system:
Edit configure. Delete everything (inclusive) between the lines shown below:
for i in ".skip 16" ".block 16" ".org . 16" ".=. 16" ".space 16" < deleted > done
That section of configure should look like this:
#check how to do asm(".skip 16")
echo "$as_me:$LINENO: checking if and how we can waste code space" >

