Mailinglist Archive: opensuse-bugs (8045 mails)
| < Previous | Next > |
[Bug 230536] New: Error in cross compiler for AVR (linker problem)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 22 Dec 2006 10:04:10 -0700 (MST)
- Message-id: <bug-230536-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=230536
Summary: Error in cross compiler for AVR (linker problem)
Product: openSUSE 10.2
Version: Final
Platform: i686
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
AssignedTo: pth@xxxxxxxxxx
ReportedBy: bewoern@xxxxxx
QAContact: qa@xxxxxxx
In openSUSE 10.2, the AVR cross compiler (Version 4.1.2 20061115 prerelease
SUSE Linux) reports the following after compiling any code:
avr-gcc: Internal error: Segmentation fault (program ld)
Please submit a full bug report.
See <URL:http://bugs.opensuse.org> for instructions.
The compilation was done with the following compiler options:
avr-gcc -mmcu=attiny13 -Xlinker --oformat -Xlinker ihex test.c
Important is, that the HEX file is selected as target.
In the file test.c, only a simple code is written:
int main (void)
{
while (1);
return (0);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: Error in cross compiler for AVR (linker problem)
Product: openSUSE 10.2
Version: Final
Platform: i686
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
AssignedTo: pth@xxxxxxxxxx
ReportedBy: bewoern@xxxxxx
QAContact: qa@xxxxxxx
In openSUSE 10.2, the AVR cross compiler (Version 4.1.2 20061115 prerelease
SUSE Linux) reports the following after compiling any code:
avr-gcc: Internal error: Segmentation fault (program ld)
Please submit a full bug report.
See <URL:http://bugs.opensuse.org> for instructions.
The compilation was done with the following compiler options:
avr-gcc -mmcu=attiny13 -Xlinker --oformat -Xlinker ihex test.c
Important is, that the HEX file is selected as target.
In the file test.c, only a simple code is written:
int main (void)
{
while (1);
return (0);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |