![]() |
White Paper Discuss: Eclipse for Robotics
Thread created automatically to discuss a document in the White Papers.
Eclipse for Robotics by prograid |
Re: White Paper Discuss: Eclipse for Robotics
I followed your instructuons but when I went to start a new project, the Microchip option was not on the dropdown for Project Type.
|
Re: White Paper Discuss: Eclipse for Robotics
Props. now if only i could get eclipse to open without crashing my system. :ahh: I'm using Fedora 4 x86_64. Any ideas?
|
Re: White Paper Discuss: Eclipse for Robotics
1 Attachment(s)
Please read this!
The plugin posted with the whitepaper will not work. It' the wrong version. Use the attached jar file instead. (Just change the zip extension to jar.) Sorry. Does anyone know if there is a way for me to edit the whitepaper? Thanks |
Re: White Paper Discuss: Eclipse for Robotics
Even after I downloaded the updated file, it still doesn't work for me.
I look at the "Plug-in Details" dialog from the About dialog, and the Plug-in IDs go straight from "org.eclipse.cdt.managedbuilder.ui" to "org.eclipse.cdt.refactoring". Extracting it into a folder doesn't help. (The dir has since been removed.) Eclipse: Version: 3.1.0 Build id: I20050627-1435 The only error in the error log I can find is this: Code:
!ENTRY org.eclipse.update.configurator 2005-11-30 17:45:06.320Code:
org.eclipse.cdt.mcc18.toolchain (1.2.0) "Microchip C18 Compiler Tool Suite Managed Make Extension" [Installed]Code:
file:/d:/Program Files/Eclipse/plugins/org.eclipse.cdt.mcc18.toolchain_1.2.0.jar |
Re: White Paper Discuss: Eclipse for Robotics
Quote:
I've never actually read the error messages. (It always worked for me, so I'm not sure what they mean.) Try starting eclipse with the option -clean. Are you sure that you're CDT installation worked? Becauser there should be plugins like org.eclipse.cdt.core, etc. In other words can you create a GNU C/C++ Project? If not, then delete all the files in the plugin directory that have org.eclipse.cdt.* and anything related to CDT in the features directory. Then download CDT from CDT's download site. An unzip the file and copy the appropriate files to your plugin and features directory. Then start eclipse with the clean option again. If this doesn't work I'll try posting this problem in CDT's newsgroup. |
Re: White Paper Discuss: Eclipse for Robotics
Quote:
|
Bug: Include paths wrong
Ok, new bug.
You don't use the enviroment variable MCC_INCLUDE. You appear to hard-code C:/mcc18/h. (A false assumption; I have mine installed to D:\mcc18\h) I also can't find an option to change it. |
Re: Bug: Include paths wrong
Quote:
|
Re: White Paper Discuss: Eclipse for Robotics
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 |
Re: White Paper Discuss: Eclipse for Robotics
Quote:
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" |
Re: White Paper Discuss: Eclipse for Robotics
Quote:
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.) |
Re: White Paper Discuss: Eclipse for Robotics
Quote:
Thanks Eric |
Re: White Paper Discuss: Eclipse for Robotics
Quote:
|
Re: White Paper Discuss: Eclipse for Robotics
Quote:
I am able to create a GNU c/c++ project, and GNU, GNU on windows and GNU on MAC OS X are available, but no microchip reference btw, when I go to put the .jar file in a plugins directory, I find /usr/share/eclipse/plugins /usr/local/share/eclipse/plugins /usr/lib/eclipse/plugins /usr/local/lib/eclipse/plugins so which one? I copied the .jar to /usr/share/eclipse/plugins and soft-linked it elsewhere any ideas? Thanks Eric |
| All times are GMT -5. The time now is 14:51. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi