Quote:
|
Originally Posted by prograid
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"
|
I actually had to grab that by some script hooks (so it would show me the command).
The output is something like "invalid input: m:\". It still prints the command it's supposed to send. It's munging on make's part. (I looked at the generated file. The command was correct.)