support for the powerpc toolchain
-
T11230
- Posts: 1
- Joined: Mon Aug 25, 2008 6:19 pm
Post
by T11230 » Mon Aug 25, 2008 6:21 pm
Whenever I try to compile/make any projects or codedevkit does this:
Code: Select all
> "make"
> Process Exit Code: 0
> Time Taken: 00:01
Any help is greatly appreciated.
-
gcbzzzz
- Posts: 5
- Joined: Sat Nov 22, 2008 11:41 pm
Post
by gcbzzzz » Sun Nov 23, 2008 12:00 am
exit code zero is good. you probably compiled what you wanted
weird not seeing any gcc output though.
try 'make clean' first.
-
cuppm
- Posts: 9
- Joined: Sun Dec 14, 2008 11:04 pm
Post
by cuppm » Sun Dec 14, 2008 11:22 pm
Hopefully you found your solution already, but what may be happening is that your make script isn't finding your source files. Your paths to files must be relative to the makefile. So if your make file is in the same directory as your source, you would just put . as your source directory. If you makefile is in the root of your project and your code is in the src directory, you would put src as your source directory.
The is assuming you are using one the example projects as your template. And when I say set your source directory, I mean the "SOURCES := source" statement (line 20 of template makefiles).
Who is online
Users browsing this forum: No registered users and 2 guests