Bug 105206 - cross-avr-gcc is missing libgcc for avr2
Summary: cross-avr-gcc is missing libgcc for avr2
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Juergen Weigert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 14:21 UTC by Reinhard Max
Modified: 2005-08-17 15:01 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reinhard Max 2005-08-17 14:21:08 UTC
When trying to link code for e.g. ATtiny2313 chips, gcc fails with "can't find
-lgcc". The reason is, that ATtiny2313 is an avr2, but the package only contains
libgcc for avr3, avr4, and avr5.
Comment 1 Juergen Weigert 2005-08-17 15:01:15 UTC
Ooops.   
The copy of libgcc.a that is not inside an avr* subdirectory is actually  
for avr2, because avr2 is the default architecture.   
We really should keep that library, rather than removing it.   
 
Too late for beta2,   
fixed in beta3.