µSTL 2.3 for Casio Graph 90+E
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.
 
 
 
 
Sylvain PILLOT 407e9d52bb
Update README.md - No need to used µSTL with fxSDK >= 2.9.0
2 months ago
cmake Mise à jour de 'cmake/FindUstl.cmake' 1 year ago
include from scratch 1 year ago
initdoc first commit 1 year ago
src from scratch 1 year ago
.gitignore giteapc compatibility 1 year ago
CMakeLists.txt go 1 year ago
Makefile go 1 year ago
README.md Update README.md - No need to used µSTL with fxSDK >= 2.9.0 2 months ago
config.h.in giteapc compatibility 1 year ago
giteapc.make correction 1 year ago

README.md

µSTL 2.3 sources for Casio Graph 90+E

With fxSDK 2.9.0 and above, the C++ standard library is already included within the toolchain, so it is not needed to install the µSTL library.

So the following is only for fxSDK versions below 2.9.0.

To install and use the µSTL library, you 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