bugAVR C Runtime Library - Bugs: bug #13281, unable to compile for multiple...

 
 

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

bug #13281: unable to compile for multiple defines of macros: macros.inc multiple includes

Submitter:  None
Submitted:  Fri 03 Jun 2005 05:23:43 AM UTC
   
 
Category:  Library Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Fri 03 Jun 2005 07:13:53 AM UTC, comment #1: 

dup for bug #12033

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 03 Jun 2005 05:23:43 AM UTC, original submission:  

The macros.inc in the common directory does not have

#ifndef _MACROS_INC
#define _MACROS_INC
 
at the top, so when the files in libc/pmstring (specifically strlcat_P.S), the build errors out with alreay defined errors.

This is because there is a #include "gasava.inc" followed by a
#include "macros.inc", but gasava.inc already includes macros.inc, hence the mulitple define.  It is odd, but this is in 1.0.4 through 1.2.3.

The build system is x86_64,  and cross tools binutils 2.15.97, gcc-3.4.4.
Cheers.

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

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-06-03 joerg_wunsch StatusNone Duplicate
    Open/ClosedOpen Closed
2005-06-03 None Carbon-Copy- Added hw_sw_dev --AT-- yahoo --DOT-- com

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code