avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] uisp with segmentation fault


From: Klaus Rudolph
Subject: [avr-gcc-list] uisp with segmentation fault
Date: Tue, 20 Nov 2001 19:50:33 +0100

Hi all,

i have a system with an older linux installation (suse 6.x) where a 
gcc 2.91 is installed. On an other linux box i have installed a 
2.92.2 compiler. Here i compiled the uisp with the
--static option to link it staticly. I copied this static uisp to
my old box and there it crashes with segmentation fault.

with:
strace -fo dump uisp -dstk200 --erase
i got:
1419  execve("./uisp", ["uisp", "-dstk200", "--erase"], [/* 68 vars */])
= 0
1419  fcntl(0, F_GETFD)                 = 0
1419  fcntl(1, F_GETFD)                 = 0
1419  fcntl(2, F_GETFD)                 = 0
1419  geteuid()                         = 500
1419  getuid()                          = 500
1419  getegid()                         = 100
1419  getgid()                          = 100
1419  brk(0)                            = 0x80a49d4
1419  brk(0x80a49f4)                    = 0x80a49f4
1419  brk(0x80a5000)                    = 0x80a5000
1419  getpid()                          = 1419
1419  --- SIGSEGV (Speicherzugriffsfehler) ---
1419  +++ killed by SIGSEGV +++
~

Any ideas? Is it not possible to link a source static and use it on an
older box?

bye 
Klaus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]