HomeForumsWhat's newResources 
 
 
Dev-C++ \ SaturnOrbit problem...
TheFifthElement - Jul 29, 2009
 TheFifthElement Jul 29, 2009



Whenever I try to compile my project, that always gets in the way.

HELP...

 TheFifthElement Jul 29, 2009
Umm someone help?

I haven't much patience... XD

 RockinB Jul 29, 2009
Try the recompile-all button, instead of just compile. Most likely, the cinit.o file has been build with a different toolchain (COFF or ELF), than you are using in your project.

Have you specified cinit.o as an object file for the linker, or have you added cinit.c as a source file?

 TheFifthElement Jul 29, 2009
None of those. I just started a new project. I'll try to use "Recompile all" then.

 TheFifthElement Jul 29, 2009
Nope. And it's "Rebuild all" button. What should I do now...

EDIT: Dev-C++ says the error is from the file Makefile.win...

 RockinB Jul 30, 2009
The error message you attached is not detailed enough, looking at the "Compile Log" tab should give a better hint to what the problem is.

Anyway...


TheFifthElement said:
None of those. I just started a new project.


...I'd recommend to create a copy of any existing SGL example folder (e.g. C:\SaturnOrbit\SGL_302j\SAMPLE\S_2_2) and start modifying that. When setting up a project from scratch, there's too much that can go wrong.

 TheFifthElement Jul 30, 2009

RockinB said:
...I'd recommend to create a copy of any existing SGL example folder (e.g. C:\SaturnOrbit\SGL_302j\SAMPLE\S_2_2) and start modifying that. When setting up a project from scratch, there's too much that can go wrong.


Thank you so much, that worked.

You're awesome.