Bug #18659 2012-07-08 17:07
louisbertrand
Conflicting compiler options for CPU type
It is possible to specify conflicting compiler options and options selected by the Project Wizard don't show up in the compiler options dialog.
For example, under a GNU AVR project, you can specify -mmcu=atmega16 in the Project Wizard, then later in Project Options Compiler choose -mmcu=atmega32 (atmega16 will not appear checked). The command line will issue both options.
If you save and reload the project, the latter choice prevails but the choice from the Wizard stays in the .CBP file.
See forums discussion: http://forums.codeblocks.org/index.php/topic,16404.msg112419.html#msg112419
- Category
- Application::Interface
- Group
- Status
- Open
- Close date
- Assigned to
History
louisbertrand 2012-07-08 17:12
Using SVN 8024 ; SDK 1.13.3; wx 2.8.12; on win32 unicode (Windows 7).