NO

Author Topic: [SOLVED]How to have project that use a Makefile for building  (Read 3995 times)

corenting

  • Guest
[SOLVED]How to have project that use a Makefile for building
« 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 ?
« Last Edit: April 25, 2012, 09:59:28 AM by corenting »

czerny

  • Guest
Re: How to have project that use a Makefile for building
« Reply #1 on: April 24, 2012, 10:46:57 PM »
Do you know the make programm the makefile is for?

corenting

  • Guest
Re: How to have project that use a Makefile for building
« Reply #2 on: April 25, 2012, 09:57:55 AM »
It's GCC for ARM but I think I will try another IDE...