|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Makefile
this is on a linux box and i am running the compiler under wine.
i'm trying to make a Makefile that automates building individual parts of the robot code. for example, if i want to just compile the adc code, i can enter make adc in the toplevel src directory. the problem is, i can't seem to find the equivalent of gcc's -c in the 2.4 compiler (which, for those unfamiliar, allows for compilation, but no linking to occur). i think that's the issue that's causing compiler errors like this: Z:\home\fauxnominal\robotics\src\adc\adc.c:0:Error : syntax error any ideas? i looked at the compiler's --help options, but didn't see anything that worked. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code::Blocks IDE interface (Tutorial/Makefile) | Cjmovie | Programming | 8 | 25-01-2008 02:18 |
| Using Eclipse IDE & makefile as MPLAB replacement | RoboPhantom | Programming | 0 | 27-02-2005 19:05 |
| Makefile and stripped down compiler | Venkatesh | Programming | 0 | 09-01-2005 18:55 |
| Adambots-Live Linux Makefile -- version 0.1 RELEASE | jdong | Programming | 4 | 17-11-2004 18:41 |
| Makefile for programming under Windows with cygwin | wun | Programming | 17 | 20-09-2004 00:44 |