patchSimulavr: an AVR simulator - Patches: patch #2511, gcc-3.3.2 (avr-libc-1.0.2) fails...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #2511: gcc-3.3.2 (avr-libc-1.0.2) fails at avr8515 asm-test

Submitter:  None
Submitted:  Fri 23 Jan 2004 12:47:19 PM UTC
   
 
Category:  bug fix Priority:  9 - Immediate
Status:  Done Privacy:  Public
Assigned to:  rivetwa Originator Email:  -email is unavailable-
Open/Closed:  Closed Component Version:  None

Thu 17 Feb 2005 08:07:06 AM UTC, comment #1: 

Also for cleaning database Bill has looked out for this patch. It looks like it is allready applied. So we will close the patch in tracking system now.

If there are any problems related to this patch please
add comments to patch tracking systems. Also comments to
allready closed patches could be added.

Thanks
    Klaus



Klaus Rudolph <zfrdh>
Group administrator
Fri 23 Jan 2004 12:47:19 PM UTC, original submission:  

--- test_asm/test_8515/Makefile.in.org  2004-01-19 00:58:31.000000000 +0100
+++ test_asm/test_8515/Makefile.in      2004-01-23 13:34:54.000000000 +0100
@@ -379,7 +379,7 @@
 
 all-local: $(TEST_ELF) $(TEST_LST) $(TEST_BIN) $(TEST_HEX)
        for prg in $(TEST_PRG); do \
-               $(AVR_LD) -m avr85xx -o $$prg $${prg}.elf || exit 1; \
+               $(AVR_LD) -m avr2 -o $$prg $${prg}.elf || exit 1; \
        done

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-02-17 zfrdh StatusNone Done
    Assigned toNone rivetwa
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code