Announcement

Collapse
No announcement yet.

makefile with linux, for a toolchain

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    makefile with linux, for a toolchain

    Hi, I have seen a lot of examples of makefiles and ho to create them, but in my case I need to use a toolchain from codesourcery.com and I haven't found an example of how do that kind of makefile, because I need to specify the path of the toolchain folder ( like this /home/user/toolchai...). Anyone knows how to make a "makefile" with a path for a folder.

    also, I use gcc-3.4, for example in the makefile I write this:
    CC=gcc-3.4, but before that I need to write the folder of my toolchain
Working...
X