Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sunao on May 08, 2018, 09:01:15 am

Title: Code completion devkitPro(devkitARM) by code::blocks
Post by: sunao on May 08, 2018, 09:01:15 am
Hello everyone.
Currently I am challenging nintendo ds' homebrew using code :: blocks and devkitPro,
I am troubled with code completion of C program.
There is no actual harm,
Even if you declare it as #include <stdio.h>
It does not code complement functions such as iprintf ().
Settings-> Compiler setting-> Search directories-> Compiler
C: \ devkitPro \ libnds \ include
C: \ devkitPro \ devkitARM \ arm-none \ eabi \ include
I set it up as above,
Although stdio.h should be included in C: \ devkitPro \ devkitARM \ arm-none \ eabi \ include,
Although printf () and scanf () complement the code,
It does not code complement iprintf ().
Is it a plug-in specification of code :: blocks (17.12)? .
I also thought that PCH was doubtful so from the empty project,
It was useless to specify a custom makefile.
Are there anyone who has done something?