 |
| Author |
Message |
|
|
Posted: Apr 26, 2008 - 02:49 PM |
|

Joined: Jan 14, 2008
Posts: 128
Location: Belgium
|
|
Hi,
I just downloaded the AVR32 gnu toolchain (still not hardy repos only dapper available) and the studio but it seems like with a few errors that clipboarded: (on unbuntu hardy
avr32program: Found version 3.0.4
avr32gdbproxy: <not found> (Need version 3.0 or newer)
avr32-gdb: <not found> (Need version 6.7 or newer)
avr32-g++: Found version 4.2.2-atmel.1.0.8
avr32-gcc: Found version 4.2.2-atmel.1.0.8
avr32-as: Found version 2.17.atmel.1.2.6
avr32-nm: Found version 2.17.atmel.1.2.6
You are using the Linux version of the AVR32 Utilities and AVR32/GNU Toolchain.
There are two problems with dependent executables or path settings. Please consult the user guide for details.
The actual search path used is: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Error 1 avr32gdbproxy: <not found> (Need version 3.0 or newer)
If I try to install that one I get "Dependency is not satisfiable libboost1.33.1
I installed the one that came with the unbuntu release its version 1.34.
Still the same error persists.
Can this not work with 1.34 ?
Error2 avr32-gdb: <not found> (Need version 6.7 or newer)
Here the not <not found> message is not correct. I have indeed a version of avr32-gdb in the /usr/bin directory. If I start this from the cmd line I get :
avr32-gdb: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
I search for it in the package manager on libtinfo but I can't find any.
Where can I find the libtinfo shared lib ?
Thanks
Guy |
|
|
| |
|
|
|
|
|
Posted: Apr 26, 2008 - 09:17 PM |
|

Joined: Apr 26, 2008
Posts: 2
|
|
avr32-gdb:
sudo ln -s /lib/libncurses.so.5 /usr/lib/libtinfo.so.5
made it  |
|
|
| |
|
|
|
|
|
Posted: Apr 26, 2008 - 09:23 PM |
|

Joined: Apr 26, 2008
Posts: 2
|
|
|
|
|
|
|
Posted: Apr 26, 2008 - 11:12 PM |
|

Joined: Jan 14, 2008
Posts: 128
Location: Belgium
|
|
thanks Plesser,
I will try this tommorow. let you know than. |
|
|
| |
|
|
|
|
|
Posted: Apr 27, 2008 - 09:53 AM |
|

Joined: Jan 14, 2008
Posts: 128
Location: Belgium
|
|
gdb is OK
proxy still NOK:
avr32gdbproxy: error while loading shared libraries: libElfDwarfParser.so.2
after installing this one :
AVR32 Studio has checked your system to ensure the proper versions of required utilities are in place.
avr32program: Found version 3.0.4
avr32gdbproxy: Found version 3.0.11
avr32-gdb: Found version 6.7.1.atmel.1.0.3
avr32-g++: Found version 4.2.2-atmel.1.0.8
avr32-gcc: Found version 4.2.2-atmel.1.0.8
avr32-as: Found version 2.17.atmel.1.2.6
avr32-nm: Found version 2.17.atmel.1.2.6
You are using the Linux version of the AVR32 Utilities and AVR32/GNU Toolchain.
Have fun!
Thanks a lot works now as it should be
cheers
Guy |
|
|
| |
|
|
|
|
|
|
|