Author Topic: Help please - Trouble setting up AVR Studio4  (Read 1662 times)

0 Members and 1 Guest are viewing this topic.

Offline InvictaTopic starter

  • Full Member
  • ***
  • Posts: 65
  • Helpful? 1
Help please - Trouble setting up AVR Studio4
« on: March 17, 2010, 08:17:47 AM »
I am having trouble setting up AVR Studio4. I installed the following:

WinAVR 20090313 to:           c:\robocat\WinAVR
WebbotavrcLib-1-15b to:        c:\robocat\WebbotLib
AVR Studio 4.17 to:              c:\robocat\atmel\AVR Tools\AvrStudio4
 
Is this configuration OK because AVR Studio4 says that it cannot find WinAVR. When I try to declare the library files I can only find libWebbot-ATmega640.a. libc.a and libm.a are supplied by the compiler (WinAVR) and are not shown as available link objects. Do I need to define another library path for WinAVR or should I install WinAVR to another folder where AVR Studio4 can find it. If so, please suggest correct folder configuration for the 3 installs above?

Thanks

Offline InvictaTopic starter

  • Full Member
  • ***
  • Posts: 65
  • Helpful? 1
Re: Help please - Trouble setting up AVR Studio4
« Reply #1 on: March 17, 2010, 12:04:00 PM »
Sorry Guys

A classic case of RTFM. When I installed WinAVR I was not logged into XP with Administrator priviledges:

On Windows NT/2K/XP you must have Administrator priviledges for the installer to automatically put the directories shown below in your PATH environment variable.

<install>\bin
<install>\utils\bin

Best wishes. Invicta