Pelles C forum

Pelles C => General discussions => Topic started by: corenting on April 24, 2012, 09:41:05 PM

Title: [SOLVED]How to have project that use a Makefile for building
Post by: corenting on April 24, 2012, 09:41:05 PM
 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 ?
Title: Re: How to have project that use a Makefile for building
Post by: czerny on April 24, 2012, 10:46:57 PM
Do you know the make programm the makefile is for?
Title: Re: How to have project that use a Makefile for building
Post by: corenting on April 25, 2012, 09:57:55 AM
It's GCC for ARM but I think I will try another IDE...