Hello,
I'm trying to use Pelles C with devkitARM (toolchain to develop for Nintendo DS).
To compile, I have to use a Makefile & make command. The folder layout is like that ( [] are folders) :
[Project]
[source]
main.c
Makefile
The only thing is that I don't know how to use a Makefile with Pelles C. Moreover, the Makefile is not in the same directory as the source files. So I wanted to know if there is a way to configure Pelles C for my project ?