I'm sorry but I can't help here (I personally run XP and FC7)- maybe
someone else has some insight, perhaps on an Eclipse forum or FAQ? I
can tell you that all settings are stored in files, not on the registry
- is it possible those files are set as read-only?
Dan
--
Daniel Foisy
Virtual Cogs Embedded Systems Inc.
Unit 4, 5694 Highway 7 East, Suite 311
Markham, Ontario, Canada L3P 1B4
www.virtualcogs.com
416-238-2231
"Your future is modular"
PeterW wrote:
> Dan,
>
> Appreciate the rapid response, and I tend to agree it looks like a
> read only problem... but the fact that I can set some options and not
> others is very odd... unless there are multiple files that these
> configs get written to. Any idea where these might be ?
I believe in the workspace/.metadata directory, but I'm not an eclipse
expert
>
> After looking into the read only aspect of the problem on various
> Vista support forums nothing has worked, it looks like its likely to
> be a problem with Vistas new permissions policies(directories
> apparently don;t have a read only property, but it seems to be set on
> most of the problem directories i look at and it can't be un-set...by
> me anyway). I'm an admininstrator user on the box, and the eclipse and
> projects are all stored in either c:\ or y:\ in directories created
> during the install or specifically by me... there SHOULD be no
> permissions problems ..
>
> I'm a Solaris and Linux user myself so windows is a bit of a foreign
> land to me... I'm struggling to find GUI equivalents to simple CLI
> commands to change permissions and look at . files etc...
I have cygwin installed, which gives you many of those tools - I'm
hardpressed to say which are native windows and which are from Cygwin
(i.e. I can use "ls" in either case, don't believe that's Windows)
>
> What OS setup do you use... where do you put the following parts of
> the setup...and where can I get the parts from.. I'll build a systems
> specifically to get this working if I have to... life should be ea
> sier.
> Specifically where do you put (and obtain ) the following components.
>
> - USB drivers for Olimex Tiny USB JTAG device (had to change the .inf
> files for correct VID/PID numbers/ to install)
> - OpenOCD binaries
both are in c:\program files\openocd-r520
> - arm-elf-**** associated tools
f:\gnuarm
> - cygwin (or native linux.. which versions and patches)
f:\cygwin
> - Java JRE
c:\program files\java
> - Eclipse
That was on an old development machine - don't really use it for my own
dev work but it can be installed pretty much wherever. In Windows, I
use Notepad++
>
> I notice that if I blindly use the install CD from olimex it installs
> more or less all the parts required (and sometimes multiple copies)but
> not in the way your installation wiki recommends, and its a nightmare
> to get rid of all the bits and start over with a clean system.
>
We had thoughts of a VM or an installer at one point. Neither is ideal
for (say) half of our customers. The VM ends up being many GB
unfortunately. We're revisiting the situation for our next gen product
line as its build system requires Linux - don't believe Cygwin will work.
I'm not sure what may be going wrong but you might to look at this page:
http://www.makingthings.com/documentation/tutorial/debug-with-openocd/configure-eclipse
Dan
--