Re: VxWorks Target
Stephen Pape <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CADdUxCySVpsyBBNW2aabhP4h+VG9DGebpFD4u6VwK7UX6EK9NQ@mail.gmail.com> |
Wow, so it's ancient history. If that's the case, there is some
leftover VxWork code hanging around. I was even able to compile gdb
with "--target=powerpc-vxworks", and there are a few files with the
name still in the source:
./include/elf/vxworks.h
./bfd/elf-vxworks.c
./bfd/elf-vxworks.h
The configure script has some VxWorks leftovers as well:
case "${target}" in
*-*-vxworks*)
# VxWorks uses the Dinkumware C++ library.
noconfigdirs="$noconfigdirs target-libstdc++-v3"
;;
Thanks for the reply.
-Stephen