FreeBASIC is a free/open source (GPL), 32-bit BASIC compiler for Microsoft Windows, DOS and Linux.
Now it is available for Beaglebone Black Arm7
How to install FreeBASIC in Debian
BBB: debian wheezy
download: fbc-bbb-debian.tar.gz
cd fbc-bbb-debian & sudo ./install.sh -i
fbc -arch arm7 -gen gcc xxx.bas
uninstall:
sudo ./install.sh -u
How to install FreeBASIC in UBUNTU
download: fbc-bbb-ubuntu.tar.gz
cd fbc-bbb-ubuntu & sudo ./install.sh -i
fbc -arch arm7 -gen gcc xxx.bas
uninstall:
sudo ./install.sh -u
FreeBasic Documentation : http://www.freebasic.net/
https://www.facebook.com/BeagleboneBlack
No comments:
Post a Comment