news

Updated preconfigured SDCC project for Code::Blocks IDE (written by Octoate)

Octoate sent me words about the updated project template he did for Code::Blocks IDE (which is a free and powerful source-code editor). Sample project allows to compile SDCC Tutorial Part 3 (“Hello World”). An archive is provided with step-by-step description.

Update includes the following :

  • added SDCC2Pasmo v1.3
  • changed project settings (filename can be set in project properties)
  • changed post-build options to use the filename of the project properties
  • added pre- and post-build batch files to execute own commands before and after the build process (e.g. for compressing files and adding files to a DSK file)
  • added ManageDSK with example in post-build batch file which creates a new DSK image which contains all .BIN files from the bin/Release directory

Many thanks to you Octoate !