Updated preconfigured SDCC project for Code::Blocks IDE (written by Octoate) (http://www.norecess.net/1/post/2011/03/updated-preconfigured-sdcc-project-for-codeblocks-ide-written-by-octoate.html)
23 March 2011, 2:58 am
Octoate (http://www.octoate.de/) sent me words about the updated project template he did for Code::Blocks IDE (http://www.codeblocks.org/) (which is a free and powerful source-code editor). Sample project allows to compile SDCC Tutorial Part 3 (http://www.norecess.net/sdcc-part-3---using-maxam-style-inlined-asm.html) ("Hello World"). An archive is provided with step-by-step description.
Update includes the following :
- added SDCC2Pasmo v1.3 (http://www.norecess.net/sdcc2pasmo.html)
- 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
You can get more information about this update here (http://www.norecess.net/preconfigured-sdcc-project-for-codeblocks-ide-by-octoate.html). Many thanks to you Octoate (http://www.octoate.de/) !
Source: NoRecess {the website} - Blog (http://www.norecess.net/index.html)