gcc-4.5.1 make all problem

Ralf Corsepius ralf.corsepius at rtems.org
Mon Nov 1 17:53:11 UTC 2010


On 11/01/2010 06:41 PM, Eugene Shvets wrote:
>   I am sorry, was writing in a hurry .
> Incosistency with gcc version is caused by me copypasting the command from
> manual. In fact I executed
>
> ../gcc-4.5.1/configure --target=bfin-rtems4.11 \
>     --with-gnu-as --with-gnu-ld --with-newlib --verbose \
>     --enable-threads --enable-languages="c,c++" \
>     --prefix=/opt/rtems-4.11
> command.
>
> I also tried both --target=bfin-rtems4.11 and --target=bfin-rtems4.10
> (switching --prefix accordingly). The output was exactly the same(except for
> version 4.11/4.10), I posted the result for 4.10.
> I also did create a symbolic link to newlib directory.
> I wont have access to the computer I was using before tomorrow. I'll post
> autoconf\automake version tomorrow.
>
> Could you please clarify what "You must have a cross assembler in your PATH
> ahead of the native one." means?

You need to build and install binutils for --target=bfin-rtems4.10 rsp. 
bfin-rtems4.10 before building gcc and to prepend the directory they 
have been installed to to $PATH.

Also, you still haven't explained why you are trying to build the tools.

The binrary rpms _do work_ even under Debian/Ubuntu.

Ralf





More information about the users mailing list