I'm newish to AVR Studio 6. For a long time I've been compiling my code under WinAVR + Codelite and debugging with AVR Studio 4. Now I'm trying to use VS6 and JtagIce3. But continuing to use CodeLite for Editing/Building.
I've noticed one thing I dislike enough to mention. Other that the version I first installed would give me, an error 'can't create project'. The newer version appears to workish.
When I start debugging I get the File Alias Pane (which can't be re-sized WTF? Seriously?), but it has unresolved files this in it.
When using the the tool chain that comes with VS6, I get stuff like this.
C:\home\tools\hudson\workspace\avr8-gnu-toolchain\build-win32_x86\avr-gcc-full\gcc\fp-bit.c
When Using the last version of WinAVR I got a bunch of unresolved files like below.
C:\Program Files (0x86)\Atmel\Atmel Studio 6.0\cli\cli_user.h
Where cli\cli_user.h us one of my source files.
Any idea why this happens?