GraspForth is a simple, portable implementation of a Forth system in C. It works every 32-bit architecture GCC compiles for. The STM32 Primer devices were introduced on this blog earlier. These systems were combined in the GraspForth on STM32 Primer project. If you are interested, read the rest of the project’s description.
Tags: forth, stm32primer
Trying to use (compile) GraspForth I get from Ride7 the followin message : Unable to open file: GraspForthLibrary GraspForthLib.lib .
I Can’t find it in any of GraspForth folders ()
Thanks Helping
There is a GraspForthLib project file. Open it and compile GraspForthLib part to get the file you mentioned.
This file (GraspForthLib) is registered as an
Application Microsoft Access (.mdb) ???
There is no GraspForthLib project file in the folder download from STM32 Primer project site
?????
Thanks helping
Ok, now I understand where you have a problem. The project file is GraspForth.rprj . You have to add subprojects, which are in the files GraspForthApp.rapp and GraspForthLib.rapp .