https://bugzilla.novell.com/show_bug.cgi?id=793564 https://bugzilla.novell.com/show_bug.cgi?id=793564#c3 --- Comment #3 from Juergen Weigert <jw@suse.com> 2012-12-09 20:43:06 UTC --- I have updated most avr related packages in the last few days. Maybe I fixed your issue by doing so? Can you please show the output of rpm -q cross-avr-gcc avr-libc avr-gcc cross-avr-binutils echo $PATH Another (unfixed?) issue is this: Most of the programs are installed under /opt/cross/avr/bin, although /opt/cross/avr/bin is not normally in a users $PATH. If this is the case, the compiler might try to use /usr/bin/as instead of /opt/cross/avr/bin/as which would give exactly your error message. There is also code that would manipulate your PATH setting during installation. Unfortunaly this has no immediate effect, only after you login a second time. I'd like to remove such hidden PATH manipulation and rather instruct avr-gcc to directly find its related programs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.