foss-for-synopsys-dwc-arc-processors / toolchain

Repository containing releases of prebuilt GNU toolchains for DesignWare ARC Processors from Synopsys (available from "releases" link below).
http://www.synopsys.com/IP/ProcessorIP/ARCProcessors/Pages/default.aspx
GNU General Public License v3.0
91 stars 48 forks source link

binutils objcopy does not understand my elf file created with the metaware toolkit #590

Closed joolzg closed 8 months ago

joolzg commented 8 months ago

a.out: ELF 32-bit LSB executable, Synopsys ARCv2/HS3x/HS4x cores, version 1 (SYSV), statically linked, not stripped

Is there a workaround as I need to do some section manipulation on this output file.

abrodkin commented 8 months ago

@joolzg you may use arc-elf32-objcopy from our prebuilt ARC GNU toolchain. You may get it here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2023.09-release/arc_gnu_2023.09_prebuilt_elf32_le_linux_install.tar.bz2

joolzg commented 8 months ago

Thanks that works.