This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:examples:setup:codeblocks [2015/03/23 21:02] – heikopikner | en:examples:setup:codeblocks [2023/09/20 13:52] (current) – raivo.sell | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~PB~~ | + | < |
| ====== IDE CodeBlocks ====== | ====== IDE CodeBlocks ====== | ||
| - | The following guide describes the use of the CodeBlocks environment for programming HomeLab Controller Module. This is based on CodeBlocks enviroment, specially adapted for Homelab with a set of packaged software and accessories. Modified CodeBlocks enviroment are downloadable | + | The following guide describes the use of the CodeBlocks environment for programming HomeLab Controller Module. This is based on CodeBlocks enviroment, specially adapted for Homelab with a set of packaged software and accessories. Modified CodeBlocks enviroment are downloadable |
| ===== Creating a new project ===== | ===== Creating a new project ===== | ||
| Line 11: | Line 11: | ||
| {{: | {{: | ||
| {{: | {{: | ||
| - | ~~PB~~ | + | < |
| ===== Using CodeBlocks ===== | ===== Using CodeBlocks ===== | ||
| Once the project is created, then the new project appears in the left tree with the //main.c// file, which includes existing simple example code. To compile press the gear icon in the toolbar or by pressing F7. If the compilation succeeds then in the bottom //Build Log// window the user program memory count are displayed or if not, then error messages in the event of failure. | Once the project is created, then the new project appears in the left tree with the //main.c// file, which includes existing simple example code. To compile press the gear icon in the toolbar or by pressing F7. If the compilation succeeds then in the bottom //Build Log// window the user program memory count are displayed or if not, then error messages in the event of failure. | ||