avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] CVS source for binutils


From: Michel Catudal
Subject: Re: [avr-gcc-list] CVS source for binutils
Date: Tue, 27 Feb 2001 22:28:20 -0500

Jason Kyle a écrit :
> 
> >> binutils snapshorts created from 2.10 branch.
> >> You must use binutils from the CVS repository !!!
> >>
> >
> >If I knew where that CVS repository of binutils is, that could be possible.
> >
> >I do have the CVS of gcc
> 
> http://www.gnu.org/software/binutils/binutils.html
> 

Thank you but that won't help me, they link to RedHat
I allready downloaded the binutils from there this morning.

I downloaded the CVS tree of gcc 

I set CVSROOT to
:pserver:address@hidden:/cvs/gcc

cvs -z 9 cp gcc
which downloaded the whole tree of gcc

I used these commands

cvs -z 9 -d :pserver:address@hidden:/cvs/src login
enter "anoncvs" as login
cvs -z 9 -d :pserver:address@hidden:/cvs/src co binutils                        
              


The results of compile are absolutely identical just like I showed in a previous
message.

in gcc/config/avr/avr.c
I had to do the exact same changes as I made in the released snapshots to get
the gcc to compile. I am still getting the same error message being an undefined
movw. 

That would imply that some file have been trashed at some time and no one 
noticed
because they allready have a working tree at home or are not checking the avr 
portion
at all in the new packages.

I am running SuSE 7.0 on a K6 550Mhz, 60G of hard disks (57G for Linux and 3G 
for winblows)
and 128M of ram.

void
asm_file_start (file)
     FILE *file;
{
  output_file_directive (file, main_input_filename);
//  fprintf (file, "\t.arch %s\n", avr_mcu_name);  <--- Commenting this remove 
allready defined avr3 messages
  fputs ("__SREG__ = 0x3f\n"
         "__SP_H__ = 0x3e\n"
         "__SP_L__ = 0x3d\n", file);
 
  fputs ("__tmp_reg__ = r0\n"           <---- it was 0 instead of r0
         "__zero_reg__ = r1\n"          <---- it was 1 instead of r1
         "_PC_ = 2\n", file);
 
  commands_in_file = 0;
  commands_in_prologues = 0;
  commands_in_epilogues = 0;
}                                                                               
                          

-- 
Tired of Microsoft's rebootive multitasking?
then it's time to upgrade to Linux.
http://www.netonecom.net/~bbcat
We have all kinds of links
and many SuSE 7.0 Linux RPM packages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]