[SOLVED]How to have project that use a Makefile for building

Started by corenting, April 24, 2012, 09:41:05 PM

Previous topic - Next topic

corenting

 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 ?

czerny

Do you know the make programm the makefile is for?

corenting

It's GCC for ARM but I think I will try another IDE...