Forum Menu




 


Log in Problems?
New User? Sign Up!
AVR Freaks Forum Index

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
jschiavoni
PostPosted: Oct 04, 2010 - 02:34 PM
Wannabe


Joined: Feb 14, 2008
Posts: 51
Location: Buenos Aires

Hi, I installed the AVR32 Studio 2.6 in Ubuntu 10.10 rc. The firmware compile fine, but when I try to download to the target, in the final stage show me the followin error:

eclipse.buildId=unknown
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86


Error
Mon Oct 04 10:10:07 ART 2010
Connected to JTAGICE mkII version 6.6, 6.6 at USB:00B000004779.
Programming 309380 bytes in 4 segments.
Programming finished.
avr32gdbproxy: ../sysdeps/unix/sysv/linux/getpagesize.c:32: __getpagesize: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.

Regards
Juan
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Oct 04, 2010 - 03:45 PM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

I suspect it to be related to eglibc, others have had similar problems with statically linked applications. I didn't dig google for that long to figure out why though.
 
 View user's profile Send private message  
Reply with quote Back to top
jschiavoni
PostPosted: Oct 13, 2010 - 08:46 PM
Wannabe


Joined: Feb 14, 2008
Posts: 51
Location: Buenos Aires

Hi, I try to use the avr32gdbproxy for Ubuntu 9.10 but don't work.
Some body have the source code for this utility to compile with the Ubuntu 10.10?

Please help me, I really need to use avr32studio with Ubuntu 10.10.

Regards
Juan
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Oct 13, 2010 - 09:05 PM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

Quote:
Hi, I try to use the avr32gdbproxy for Ubuntu 9.10 but don't work.

How does it not work in Ubuntu 9.10? Same error as in 10.10?

Let Atmel know about your problems at avr32@atmel.com.
 
 View user's profile Send private message  
Reply with quote Back to top
willyampz
PostPosted: Nov 30, 2010 - 05:51 PM
Wannabe


Joined: Dec 13, 2007
Posts: 56
Location: Boston, MA USA

Also same problem as the initial post, although you can load and run ok, just not debug. I did search on ubuntu and it does indicate eglibc issue. Apparently its been patched but you have to enable the -proposed repository and build from source. I can't be bothered with that right now. I prefer ubuntu but have to work in XP where debug works fine.
Code:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/672352
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Nov 30, 2010 - 06:07 PM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

Cool heads up, and what do you know, it works now Smile

~ > avr32gdbproxy --simulate uc3l0256
Warning: running simulator but no executable file specified.
Accepting debugger connections.
 
 View user's profile Send private message  
Reply with quote Back to top
willyampz
PostPosted: Nov 30, 2010 - 10:58 PM
Wannabe


Joined: Dec 13, 2007
Posts: 56
Location: Boston, MA USA

Quote:
Cool heads up, and what do you know, it works now

So what are the actual steps to fix?
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Dec 01, 2010 - 06:09 AM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

Make sure you have
Code:
deb http://no.archive.ubuntu.com/ubuntu/ maverick-proposed restricted main multiverse universe
in the /etc/apt/sources.list file.

Then do an apt-get update, followed by an apt-get dist-upgrade, or something in that alley. I use aptitude, so it handles stuff for me automagical.
 
 View user's profile Send private message  
Reply with quote Back to top
Donb10
PostPosted: Dec 03, 2010 - 08:17 AM
Newbie


Joined: Mar 12, 2007
Posts: 5


When I try to sudo apt-get update, I get the following errors after adding that dep line to my sources.list file.
Code:

W: Failed to fetch http://distribute.atmel.no/tools/avr32/release/ubuntu/dists/maverick-proposed/restricted/binary-amd64/Packages.gz  404  Not Found

W: Failed to fetch http://distribute.atmel.no/tools/avr32/release/ubuntu/dists/maverick-proposed/main/binary-amd64/Packages.gz  404  Not Found

W: Failed to fetch http://distribute.atmel.no/tools/avr32/release/ubuntu/dists/maverick-proposed/multiverse/binary-amd64/Packages.gz  404  Not Found

W: Failed to fetch http://distribute.atmel.no/tools/avr32/release/ubuntu/dists/maverick-proposed/universe/binary-amd64/Packages.gz  404  Not Found


I'm just trying to install the toolchain. I'm new to avr32 development.
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
hce
PostPosted: Dec 03, 2010 - 08:46 AM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

The toolchain is not located on distribute.atmel.no, actually that repository is not in use anymore. Just download AVR32 Studio v2.6 from atmel.com, and it comes with the toolchain embedded.
 
 View user's profile Send private message  
Reply with quote Back to top
Donb10
PostPosted: Dec 03, 2010 - 09:50 PM
Newbie


Joined: Mar 12, 2007
Posts: 5


I downloaded AVR32Studio 2.6, and extracted the zip file, but it doesn't seem to have included the command line binaries?

I'm trying to reflash u-boot using my MKII, I need to do:
Code:
sudo avr32program program -F bin -vfcfi@0 uboot.bin


which requires the standalone avr32program binary. Is there any way currently to install the tool chain on 10.10?
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
hce
PostPosted: Dec 03, 2010 - 09:56 PM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

You must modify your PATH variable to include the utilities directory hidden inside the AVR32 Studio v2.6 installation. Look inside avr32studio/plugins/com.atmel.*utilities*/.../bin/

The same goes for the toolchain, it is located at a similar place; avr32studio/plugins/com.atmel.*toolchains*/.../bin/
 
 View user's profile Send private message  
Reply with quote Back to top
jschiavoni
PostPosted: Dec 06, 2010 - 03:31 PM
Wannabe


Joined: Feb 14, 2008
Posts: 51
Location: Buenos Aires

I download the avr32 studio version 2.7 for linux x86, from http://www.atmel.no/beta_ware/. The project compile and link fine, but when I try to debug, abort with the following error:

avr32gdbproxy: relocation error: /lib/libnss_files.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Dec 06, 2010 - 04:39 PM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

Which distribution and version are you using? I tested the same binary, and I am able to do
Code:
 ~ > avr32gdbproxy --simulate uc3l0256

without any problems. Could you test it out from command line, and ideally provide the syntax that makes it crash?
 
 View user's profile Send private message  
Reply with quote Back to top
jschiavoni
PostPosted: Dec 06, 2010 - 05:09 PM
Wannabe


Joined: Feb 14, 2008
Posts: 51
Location: Buenos Aires

I use Ubuntu 10.10 - released in October 2010, the last update was today.

jjsch@jjsch-linux:~/project/avr32/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201012011602/os/linux/x86/bin$ ./avr32gdbproxy --simulate uc3l0256
Warning: running simulator but no executable file specified.
avr32gdbproxy: relocation error: /lib/libnss_files.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
jjsch@jjsch-linux:~/project/avr32/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201012011602/os/linux/x86/bin$
 
 View user's profile Send private message  
Reply with quote Back to top
willyampz
PostPosted: Jan 06, 2011 - 08:59 PM
Wannabe


Joined: Dec 13, 2007
Posts: 56
Location: Boston, MA USA

Here is my command line:

Code:

$ $(find /opt/atmel/as4e-ide -name "avr32gdbproxy") --simulate uc3a3256

avr32gdbproxy: relocation error: /lib/libnss_files.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference


Its the same as the above post. Anyone know of a resolution for this?
Its Ubuntu 10.10, I have used both Avrstudio 2.6 and Eclipse Helios with AVR plugins - same deal. I know it has to do with libc libraries.
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Jan 10, 2011 - 06:35 AM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

I have version 2.12.1-0ubuntu10 og libc6 package installed, if you have anything else make sure you have backports enabled.
 
 View user's profile Send private message  
Reply with quote Back to top
pmarzo
PostPosted: Jan 19, 2011 - 12:38 PM
Newbie


Joined: Jan 19, 2011
Posts: 1


The same problem with Ubuntu 10.10 trying to use avr32gdbproxy:

avr32gdbproxy
Connected to JTAGICE mkII version 6.6, 6.6 at USB.
avr32gdbproxy: relocation error: /lib/libnss_files.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

Using version 2.12:
:/lib$ ls -la libnss_files.so.2
lrwxrwxrwx 1 root root 22 2011-01-19 12:55 libnss_files.so.2 -> libnss_files-2.12.1.so

I tried to enable backports, but still the same error.

The rest of the software (compile+flash) works fine.
Any help would be appreciated!
 
 View user's profile Send private message  
Reply with quote Back to top
willyampz
PostPosted: Jan 19, 2011 - 10:00 PM
Wannabe


Joined: Dec 13, 2007
Posts: 56
Location: Boston, MA USA

Mine is also libnss_files-2.12.1.so, same problem. Right now I do bulk of coding on my ubuntu machine, then when I need to debug, close project and re-open on my secondary XP machine (over rdesktop). Kind of a pain..
 
 View user's profile Send private message  
Reply with quote Back to top
hce
PostPosted: Jan 20, 2011 - 06:07 AM
Raving lunatic


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway

Weird it works fine on my Ubuntu 10.10 installation.

Do you run 64-bit kernel + 64-bit userland, or some other combination? I suspect it might be caused by difference between 32-bit and 64-bit.
 
 View user's profile Send private message  
Reply with quote Back to top
willyampz
PostPosted: Jan 20, 2011 - 02:16 PM
Wannabe


Joined: Dec 13, 2007
Posts: 56
Location: Boston, MA USA

No, no 64 bit here. Care to look at the output of strace?

Code:
/opt$ strace $(find /opt/atmel/as4e-ide -name "avr32gdbproxy") --simulate uc3a3256
execve("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/bin/avr32gdbproxy", ["/opt/atmel/as4e-ide/plugins/com."..., "--simulate", "uc3a3256"], [/* 39 vars */]) = 0
uname({sys="Linux", node="linux-devel1", ...}) = 0
brk(0)                                  = 0x8f0b000
brk(0x8f0bcd0)                          = 0x8f0bcd0
set_thread_area({entry_number:-1 -> 6, base_addr:0x8f0b850, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
set_tid_address(0x8f0b898)              = 3585
set_robust_list(0x8f0b8a0, 0xc)         = 0
futex(0xbfbd9828, FUTEX_WAKE_PRIVATE, 1) = 0
rt_sigaction(SIGRTMIN, {0x83b7930, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x83b7870, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="linux-devel1", ...}) = 0
brk(0x8f2ccd0)                          = 0x8f2ccd0
brk(0x8f2d000)                          = 0x8f2d000
futex(0x85d7f7c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGINT, {0x80486b0, [INT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x80486b0, [SEGV], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x80486b0, [TERM], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x80486b0, [QUIT], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x80486b0, [HUP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
write(2, "Warning: running simulator but n"..., 61Warning: running simulator but no executable file specified.
) = 61
time(NULL)                              = 1295532616
open("/tmp/tmpfile_1295532616", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3
readlink("/proc/3585/exe", "/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/bin/avr32gdbproxy"..., 200) = 111
stat64("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
mmap2(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x110000
mmap2(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x311000
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
fcntl64(4, F_GETFD)                     = 0x1 (flags FD_CLOEXEC)
getdents(4, /* 53 entries */, 4096)     = 1360
getdents(4, /* 0 entries */, 4096)      = 0
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l064revb.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l064revb.xml", O_RDONLY) = 4
mmap2(NULL, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x704000
fstat64(4, {st_mode=S_IFREG|0664, st_size=1683, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1683
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
munmap(0x704000, 167936)                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l064.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l064.xml", O_RDONLY) = 4
brk(0x8f6d000)                          = 0x8f6d000
fstat64(4, {st_mode=S_IFREG|0664, st_size=1681, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1681
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l032.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l032.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1677, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x83e000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1677
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x83e000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l016.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3l016.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1673, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc30000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1673
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xc30000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c264c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c264c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1997, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x873000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1997
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x873000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2512crevc.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2512crevc.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2122, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2122
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2512c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2512c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2028, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2028
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2256c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2256c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1998, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x584000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1998
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x584000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2128c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c2128c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1998, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xba1000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1998
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xba1000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c164c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c164c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1997, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa6d000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1997
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xa6d000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1512crevc.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1512crevc.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2122, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe6e000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2122
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xe6e000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1512c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1512c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2028, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x860000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2028
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x860000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1256c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1256c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1998, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x919000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1998
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x919000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1128c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c1128c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1998, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1998
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c064c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c064c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2421, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2421
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0512crevc.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0512crevc.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2546, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x6c9000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2546
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x6c9000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0512c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0512c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2452, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2452
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0256c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0256c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2422, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb40000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2422
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xb40000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0128c.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3c0128c.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2422, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7da000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2422
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x7da000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b164.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b164.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1582, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xd0a000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1582
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xd0a000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1512revc.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1512revc.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1625, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xac5000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1625
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xac5000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1512.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1512.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1614, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x83f000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1614
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x83f000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1256es.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1256es.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1593, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xd82000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1593
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xd82000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1256.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1256.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1613, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xbe0000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1613
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xbe0000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1128.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b1128.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1583, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1583
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b064.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b064.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1582, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x849000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1582
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x849000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0512revc.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0512revc.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1625, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1625
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0512.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0512.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1614, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe0b000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1614
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xe0b000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0256es.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0256es.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1593, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xe3a000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1593
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xe3a000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0256.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0256.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1613, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x9d5000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1613
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x9d5000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0128.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3b0128.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=1583, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfbb000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 1583
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xfbb000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a364s.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a364s.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2263, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xd68000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2263
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0xd68000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a364.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a364.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2262, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2262
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a3256s.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a3256s.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2264, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2264
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x512000, 4096)                  = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a3256.xml", O_RDONLY|O_LARGEFILE) = 4
close(4)                                = 0
open("/opt/atmel/as4e-ide/plugins/com.atmel.avr.utilities.linux.x86_3.0.0.201009140848/os/linux/x86/share/avr32/uc3a3256.xml", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=2263, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x6a3000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 49152) = 2263
read(4, "", 45056)                      = 0
read(4, "", 49152)                      = 0
close(4)                                = 0
munmap(0x6a3000, 4096)                  = 0
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xba0000
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
fcntl64(4, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [-1078094068], 4) = 0
setsockopt(4, SOL_SOCKET, SO_KEEPALIVE, [-1078094068], 4) = 0
bind(4, {sa_family=AF_INET, sin_port=htons(4711), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
open("/etc/nsswitch.conf", O_RDONLY)    = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x512000
read(5, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x512000, 4096)                  = 0
open("/etc/ld.so.cache", O_RDONLY)      = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=123341, ...}) = 0
mmap2(NULL, 123341, PROT_READ, MAP_PRIVATE, 5, 0) = 0x652000
close(5)                                = 0
open("/lib/libnss_db.so.2", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
open("/usr/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=139264, ...}) = 0
munmap(0x652000, 123341)                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=123341, ...}) = 0
mmap2(NULL, 123341, PROT_READ, MAP_PRIVATE, 5, 0) = 0x8a0000
close(5)                                = 0
open("/lib/libnss_files.so.2", O_RDONLY) = 5
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \32\0\0004\0\0\0"..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=42572, ...}) = 0
mmap2(NULL, 45772, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xe7d000
mmap2(0xe87000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x9) = 0xe87000
close(5)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 5
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@n\1\0004\0\0\0"..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0755, st_size=1421892, ...}) = 0
mmap2(NULL, 1427880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x512000
mmap2(0x669000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x157) = 0x669000
mmap2(0x66c000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x66c000
close(5)                                = 0
open("/lib/ld-linux.so.2", O_RDONLY)    = 5
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\10\0\0004\0\0\0"..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0755, st_size=118084, ...}) = 0
mmap2(NULL, 121112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x818000
mmap2(0x834000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1b) = 0x834000
close(5)                                = 0
mprotect(0x834000, 4096, PROT_READ)     = 0
mprotect(0x669000, 8192, PROT_READ)     = 0
mprotect(0xe87000, 4096, PROT_READ)     = 0
munmap(0x8a0000, 123341)                = 0
mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x66f000
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 5
fcntl64(5, F_GETFD)                     = 0x1 (flags FD_CLOEXEC)
fstat64(5, {st_mode=S_IFREG|0644, st_size=2626, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xcd7000
read(5, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2626
writev(2, [{"avr32gdbproxy", 13}, {": ", 2}, {"relocation error", 16}, {": ", 2}, {"/lib/libnss_files.so.2", 22}, {": ", 2}, {"symbol strcmp, version GLIBC_2.0"..., 87}, {"", 0}, {"", 0}, {"\n", 1}], 10avr32gdbproxy: relocation error: /lib/libnss_files.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
) = 145
exit_group(127)                         = ?
 
 View user's profile Send private message  
Reply with quote Back to top
matan_h
PostPosted: Feb 13, 2012 - 05:02 PM
Newbie


Joined: May 15, 2010
Posts: 16


I am using Ubuntu 10.10 64bit,
AVR32Studio 2.7
Everything look ok, I can debug and everything.
But the GDB cant read correctly the stack.
He thing that the last called function is 0x00000000, why?
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits