[Bug c/25720] Compilation error in gcc-4.0.2

2006-01-26 Thread denisc at overta dot ru
--- Comment #3 from denisc at overta dot ru 2006-01-26 12:35 --- Done. -- denisc at overta dot ru changed: What|Removed |Added Severity|blocker

[Bug c/25720] Compilation error in gcc-4.0.2

2006-01-19 Thread eweddington at cso dot atmel dot com
--- Comment #2 from eweddington at cso dot atmel dot com 2006-01-19 16:18 --- I would concur with Richard. The fact that you're getting "no such instruction" points to an issue with the assembler, and that you probably don't have a target assembler (AVR assembler) installed, or you forg

[Bug c/25720] Compilation error in gcc-4.0.2

2006-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-01-09 10:05 --- I can only guess your host arch is i686. As it fails assembling libgcc, I guess you don't have a target assembler installed. Check your configure output. -- rguenth at gcc dot gnu dot org changed: W