Code::Blocks Forums
User forums => Help => Topic started by: Alex1991 on December 17, 2015, 07:45:44 am
-
i want to use codeblocks to compile and download programs to Nodic nrf51422
so i try to compile example in keil/ARM by codeblocks
then it always show up error :'(
like this " C:\Keil\ARM\Examples\Hello\Hello.c|17| fatal error: stm32f10x.h: No such file or directory"
it always cant find "XXXX.h"
how can i connect all of them
i install the codeblocks-13.12mingw-setup-TDM-GCC-481 and download the nRF5x-MDK-GCC
but i dont know how to use them
what should i do let make it works
-
Have you read any of the steps here: http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler ?
-
If I was seeking help, I would post a full build log of the simple code example.
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Tim S.