GCC Porting problem
Petar Penchev
ptr@sd-bul.bg
Wed Aug 20 15:30:00 GMT 2003
Hello All,
I started porting GCC to a new target. I used m68hc11 configuration as a
base.
Finally I succeeded to compile gcc. I did not change tm.md file much.
I tried to compile following program :
void main()
{
int i=0;
for (;i!=10;i++);
}
with option -S .e.g I wanted to generate .s file, but when I tried this I've
got following message :
t.c:5: internal compiler error: in instantiate_virtual_regs_lossage, at
function
.c:3706
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Can somebody tell me what's going on ?
Regards Petar
----------------------------------------------
Petar Penchev
Software engineer
Melexis Bulgaria
More information about the Gcc
mailing list