Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: drnicolas on December 07, 2010, 08:20:36 am
-
This is my first try with CodeBlocks.
After adding existing source files to my project, I tried to build the project the first time with WinAVR.
Now I get a message for each source file, "Can't create output directory ..." and an network-path
What is the problem ? :shock:
-
Read this please: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
-
Thank you for your answer.
ACtually, I don't find something like "turn on compiler logging" in my Settings menu. :lol:
I am using Codeblock 10.05
-
Okay, I found the option.
But the error message stays the same.
The command-line text contains one empty -mmcu= option and another -mmcu=at90can128 option.
Why is it possible to hook more than ONE -mmcu-option in the build options ?