simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [bugs #9363] simulavr doesn't build with avr-binutils 2


From: Joerg Wunsch
Subject: [Simulavr-devel] [bugs #9363] simulavr doesn't build with avr-binutils 2.15
Date: Thu, 17 Jun 2004 04:52:39 -0400
User-agent: Mozilla/5.0 Galeon/1.2.13 (X11; FreeBSD i386; U;) Gecko/0

This mail is an automated notification from the bugs tracker
 of the project: Simulavr: an AVR simulator.




/**************************************************************************/
[bugs #9363] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=9363>
Project: Simulavr: an AVR simulator
Submitted by: Joerg Wunsch
On: Thu 06/17/2004 at 08:46

Category:  Test Suite
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Originator Email:  address@hidden
Status:  Open


Summary:  simulavr doesn't build with avr-binutils 2.15

Original Submission:  The asm test suite uses the archaic linker "emulation" 
avr85xx
which is no longer supplied in binutils 2.15:

for prg in test_blink test_cntr test_eeprom test_port test_stack test_toie0 
test_toie0_2 test_wdr test_wdr2; do 
        avr-ld -m avr85xx -o $prg ${prg}.elf || exit 1; 
done
avr-ld: unrecognised emulation mode: avr85xx

Fix: use -m avr2 instead (maybe use avr-gcc to call the
linker instead?).





File Attachments
-------------------

-------------------------------------------------------
Date: Thu 06/17/2004 at 08:46  Name: patch-test_asm  Size: 372KB   By: 
joerg_wunsch
Fix for -m avr2.
http://savannah.nongnu.org/bugs/download.php?item_id=9363&amp;item_file_id=1408






For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=9363>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

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