You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
cmake | 4 months ago | |
include | 4 months ago | |
initdoc | 4 months ago | |
src | 4 months ago | |
.gitignore | 4 months ago | |
CMakeLists.txt | 4 months ago | |
Makefile | 4 months ago | |
README.md | 4 months ago | |
config.h.in | 4 months ago | |
giteapc.make | 4 months ago |
README.md
µSTL 2.3 sources for Casio Graph 90+E
Need to have a fully working gcc toolchain for SH3/SH4 architecture.
Compilation is done by using the adhoc Makefile :
make
in the main directory
It should produce the library libustl.a
The following steps are not automatically done, so please proceed with the following manipulations :
- copy the library libustl.a into your SH3/SH4 compiler lib folder
- copy all header files contained in the include foler into the include folder of the SH3/SH4 compiler