View Single Post
  #11   Spotlight this post!  
Unread 06-12-2005, 21:50
prograid's Avatar
prograid prograid is offline
Registered User
AKA: Ben Cherian
FRC #0254 (The Cheesy Poofs)
Team Role: Alumni
 
Join Date: Oct 2004
Rookie Year: 2004
Location: San Jose
Posts: 80
prograid will become famous soon enough
Re: White Paper Discuss: Eclipse for Robotics

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"

Last edited by prograid : 06-12-2005 at 21:53. Reason: Wrong code
Reply With Quote