|
Re: WPILib and Eclipse
Thanks again for your help. I'm almost getting there. I had to mess around with the path variable and eclipse settings a bit, but I got forward. Right now though, I'm getting another error I haven't been able to figure out by myself:
**** Build of configuration vEx WPILib Robot for project test ****
mingw32-make
'Building target: test.hex'
'Invoking: MPLINK Linker'
mplink "..\18F8520.lkr" /a INHX32 /w /m FRCMapfile.map /o"test.hex" ./main.o /l"C:\mcc18\lib" ..\Vex_library.lib ..\WPILibVex.lib
MPLINK 4.12, Linker
Copyright (c) 2007 Microchip Technology Inc.
Error - Could not find linker command file '..\18F8520.lkr'.
Errors : 1
mingw32-make: *** [test.hex] Error 1
I have no idea how to tell it where said linker file is, and I have four files on my machined named "18F8520.lkr": one in the MPLAB\LKR folder, one in the MCC18 folder, and two others in WPILib folders - one in the \2k5 and another in the \Vex. Although there's no one in the \2k6, and I'm using a pretty new installation of mcc18. Could this be a problem? How do I solve this issue?
Thanks again for your help.
|