Quote:
|
Originally Posted by Astronouth7303
I've now discovered something else.
If you use the MinGW make, it will mung the command, so that it calls:
Code:
mplink ..\18F8520user.lkr w:/ m:/ FRCMapfile.map D:/msys/1.0/odefault_2005.hex ./ifi_startup.o ./ifi_utilities.o ./main.o ./printf_lib.o ./user_SerialDrv.o ./user_routines.o ./user_routines_fast.o /lD:/mcc18/lib ..\FRC_Library.lib
Cygwin's make does not exhibit this behavior.
|
Sorry, about taking so long to reply.
It could be because you have both make programs installed.
I'm using MinGW's make and I have the following output (using Eclipse 3.1.1 and CDT 3.0.1)
Code:
mplink "..\18F8520user.lkr" /a INHX32 /w /m FRCMapfile.map /oRoboticsCode.hex ./254_arm.o ./254_drive.o ./254_encoder.o ./254_gyro.o ./254_interrupts.o ./254_timers.o ./254_utilities.o ./eeprom.o ./ifi_startup.o ./ifi_utilities.o ./main.o ./user_SerialDrv.o ./user_camera.o ./user_routines.o ./user_routines_fast.o /l"C:\mcc18\lib" "..\FRC_Library.lib"