Shop OBEX P1 Docs P2 Docs Learn Events
propeller-elf-* executables? — Parallax Forums

propeller-elf-* executables?

SRLMSRLM Posts: 5,045
edited 2013-12-03 07:27 in Propeller 1
I notice in the /opt/parallax/bin file there's a bunch of propeller-elf-* executables:
propeller-elf-addr2line
propeller-elf-ar
propeller-elf-as
propeller-elf-c++
propeller-elf-c++filt
propeller-elf-cpp
propeller-elf-elfedit
propeller-elf-g++
propeller-elf-gcc
propeller-elf-gcc-4.6.1
propeller-elf-gcov
propeller-elf-gdb
propeller-elf-gprof
propeller-elf-image-size
propeller-elf-ld
propeller-elf-ld.bfd
propeller-elf-nm
propeller-elf-objcopy
propeller-elf-objdump
propeller-elf-ranlib
propeller-elf-readelf
propeller-elf-size
propeller-elf-strings
propeller-elf-strip

Is there any recommendation on which ones work well with PropGCC, and which ones are leftovers from the porting process?

Comments

  • ersmithersmith Posts: 6,054
    edited 2013-12-03 07:27
    Most of the propeller-elf-* binaries are usable, although obviously they vary somewhat in how useful they are. I think only "gcov" and "gprof" are not actually supported at all (the Propeller libararies don't have profiling support).

    Eric
Sign In or Register to comment.