bfin ezlite 537 gdb make all error

Sergey Ablalimov abl-s at yandex.ru
Mon Nov 8 09:01:28 UTC 2010


03.11.2010 21:19, Gedare Bloom:
> Try following the wiki instructions for building the tools with Ubuntu.
>
> http://www.rtems.com/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu
>
> Make sure to match up version numbers of tools with patches.  The wiki
> instructions are slightly out-dated, but you can find the latest
> patches for rtems-4.11 in the rtems source tree, under
> contrib/crossrpms/patches.  The diff file names indicate for which
> version of the toolset they are applicable.
>
> -Gedare
>
> On Wed, Nov 3, 2010 at 12:12 PM, Eugene Shvets<lhj7362 at gmail.com>  wrote:
>>    First, I am using ubuntu 10.04LTS.
>>> FSF gdb-7.2 supports bfin-rtems* out of the box.
>> I downloaded gdb-7.2 sources from ftp.gnu.org, unpacked.
>> Created b-gdb directory, out from it executed ../gdb-7.2/configure
>> --target=bfin-rtems4.11  --prefix=/opt/rtems-4.11
>> Then executed "make all"
>> It gave out the same error. Is it "out-of-the-box" support? I also tried
>> applying the patch before configuring. It doesn't help either.
>> As for Fedora, I could only find
>> rtems-4.11-bfin-rtems4.11-gdb-6.5-1.fc13.i686.rpm at
>> ftp://ftp.rtems.com/pub/rtems/linux/4.11 .
>> It is gdb 6.5 , not 7.2.
>> I am building toolchain because I didn't find binary gdb7.2.
>>
>>

Do you upate PATH with
  export PATH=/opt/rtems-4.11/bin:${PATH}
before make?



More information about the users mailing list