JonathanLKS
21-01-2008, 17:48
Team 610 uses the codeblocks ide instead of mplab to compile code for our robot. There have been some requests for it but I've been either busy or havn't checked chief delphi enough to respond so I'm releasing the entire thing here.
This specific version is designed to run on Kevin Watson's new code with mcc18 3.10. It also runs portably out of the box, just copy the contents of your mcc18 folder to the mcc18 folder in the codeblocks folder, put the entire folder on a flash drive or something, and you can code anywhere.
Just run the shortcut named CodeBlocks or the batch file portable_codeblocks.bat, don't run codeblocks.exe. All the batch file does is change your home directory temporarily to the settings folder when codeblocks starts up.
To load up code, make a new project, under User Templates select FRC Robot Code, and then just add all your .c and .h files, no need to add the .lkr or .lib files as long as they are in the same directory.
This is a relatively new version that I modified so I havn't tested it thoroughly.
You can download it here
http://rapidshare.com/files/85547669/CodeBlocks.rar.html
or
http://robotics.crescentschool.org/CodeBlocks.rar
This specific version is designed to run on Kevin Watson's new code with mcc18 3.10. It also runs portably out of the box, just copy the contents of your mcc18 folder to the mcc18 folder in the codeblocks folder, put the entire folder on a flash drive or something, and you can code anywhere.
Just run the shortcut named CodeBlocks or the batch file portable_codeblocks.bat, don't run codeblocks.exe. All the batch file does is change your home directory temporarily to the settings folder when codeblocks starts up.
To load up code, make a new project, under User Templates select FRC Robot Code, and then just add all your .c and .h files, no need to add the .lkr or .lib files as long as they are in the same directory.
This is a relatively new version that I modified so I havn't tested it thoroughly.
You can download it here
http://rapidshare.com/files/85547669/CodeBlocks.rar.html
or
http://robotics.crescentschool.org/CodeBlocks.rar