This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re : Re : Re : Re : Re : Re : Re : Re : Re : [GCC front end] trying to install sample_fe but fail in make


your first link works as well, we have just to checkout from the gcc-dev 
directory.

so both links are fine

# git checkout -t -b documentation origin/documentation
# git checkout --track -b gcalc origin/documentation

Asma


----- Message d'origine ----
De : Philip Herron <redbrain@gcc.gnu.org>
À : charfi asma <charfiasma@yahoo.fr>
Cc : gcc-help@gcc.gnu.org
Envoyé le : Mer 18 août 2010, 3h 03min 27s
Objet : Re: Re : Re : Re : Re : Re : Re : Re : Re : [GCC front end] trying to 
install sample_fe but fail in make

On 16 August 2010 13:22, charfi asma <charfiasma@yahoo.fr> wrote:
> Hello,
>
> I tried now with the right git link and this is what I get:
>
> [root@is010178 sample_fe_files]# git clone git://crules.org/git/gcc-dev.git
>
> Initialized empty Git repository in
> /export/home/charfi/Bureau/sample_fe_files/gcc-dev/.git/
> remote: Counting objects: 997287, done.
> remote: Compressing objects: 100% (175851/175851), done.
> remote: Total 997287 (delta 808734), reused 987908 (delta 799804)
> Receiving objects: 100% (997287/997287), 450.05 MiB | 2119 KiB/s, done.
> Resolving deltas: 100% (808734/808734), done.
> Checking out files: 100% (66888/66888), done.
>
> but I can not find the gcc/gcalc front end. I get this error when I checkout :
>
> [root@is010178 sample_fe_files]# git checkout -t -b documentation
> origin/documentation
> fatal: Not a git repository
>

Hey

Sorry for all the problems so far, i probably spelt the branch name
wrong i always do that when i want to do documentation.

Try this command copy and paste it just to be safe since it should work:

$ git checkout --track -b gcalc origin/documentation

That should work, i plan on adding to andi's code over the next few
days a basic runtime library to have a print function. And work on
more documentation since i have many errors and stale ideas in there.

--Phil




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]