You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to avr...@googlegroups.com
Hi there, i am just getting started with avr-uip. The board i am working on works with a ATmega1284 chip and ENC28J60. Therefore i thought i would be a good idea to start with compiling your "Halfmoon_Tech.1284" project, but i always fail doing that. I figured that i have a problem compiling "port_app_mapper.c" because the same problem appears when i try to compile "TuxGraphics.644". When i run the "make" command i always get the following error:
../..//apps/port_app_mapper/port_app_mapper.c: In function ‘uip_port_app_mapper’: ../..//apps/port_app_mapper/port_app_mapper.c:96:1: error: could not split insn (insn 67 66 68 ../..//apps/port_app_mapper/port_app_mapper.c:86 (parallel [ (set (reg:HI 16 r16 [86]) (rotate:HI (reg:HI 16 r16 [orig:74 D.2973 ] [74]) (const_int 8 [0x8]))) (clobber (mem/c:QI (plus:HI (reg/f:HI 28 r28) (const_int 1 [0x1])) [10 %sfp+1 S1 A8])) ]) 936 {*rotbhi} (nil)) ../..//apps/port_app_mapper/port_app_mapper.c:96:1: internal compiler error: in final_scan_insn, at final.c:2650 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make: *** [obj/port_app_mapper.o] Error 1
I am using UBUNTU 12.4 and just have limited experience with avr systems. Any help appreciated!
Quentin Arce
unread,
Oct 5, 2012, 7:31:20 PM10/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to avr...@googlegroups.com
Oh, it is also a bug in gcc 4.5 that is the default version for the Ubuntu I have on my laptop.
Quentin Arce
unread,
Oct 27, 2012, 10:05:56 PM10/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to avr...@googlegroups.com
Oh, just to be clear... If you are on Debian you should just use the tool set I published. It DOES work ;-)
If your on another Linux platform you should follow the notes and build your own tools and if they work, you can point me to a copy and I'll post them.