 |
| Author |
Message |
|
|
Posted: Jan 14, 2008 - 03:34 PM |
|

Joined: Dec 05, 2007
Posts: 18
|
|
Hi,
I've searched the forums, but didn't find anything close to what I'm experiencing.
I try to install AVR32Studio on my PC to get playin' with my new NGW100, and everything seems to install but when I fire it up it says:
avr32program <not found>, avr32gdbproxy <not found>, avr32-gdb <not found> ... and some more,
"There are multiple problems with dependant executables or path settings. Please consult the user guide for details."
...but the User Guide is quite brief and doesn't try to explain this at all.
I do a 'cygwin' directory containing these things in 'C:\cygwin\usr\local\bin'. Perhaps I need to modify the PATH environment variable myself? If so, what do I put in? c:\cygwin? C:\cygwin\usr\local\bin?
Anyone else experienced this? |
|
|
| |
|
|
|
|
|
Posted: Jan 14, 2008 - 04:35 PM |
|

Joined: Dec 05, 2007
Posts: 18
|
|
I fixed it by uninstalling everything, cleaning up my PATH system environment variable a bit, and installing cygwin myself before installing the studio and toolchain.
It's a lengthy process but now it says "Enjoy!" so I will! |
|
|
| |
|
|
|
|
|
Posted: Jan 23, 2008 - 03:48 PM |
|

Joined: Jan 15, 2008
Posts: 82
|
|
I have similar issues. Its to told to me that sometimes avr32 install will not put path variables correctly.
You can manually add them and reboot also.
Code:
C:\cygwin\usr\local\bin;c:\cygwin\bin;
also i found out to trying to use <math.h> I needed to add to the linker command -lm.
Hope this helps others, as it can be frustrationg trying to learn a new platform. |
|
|
| |
|
|
|
|
|
|
|