MIPS: toolchain objcopy doesn't work and no .bin can be generated #14410
Labels
Area: toolchain
Area: toolchains; everything related to compilation, libc, linking, …
Platform: MIPS
Platform: This PR/issue effects MIPS-based platforms
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
In the current RIOT, the link step for MIPS CPUs is done using the system
objcopy
and not the one that comes from the toolchain.RIOT/cpu/mips_pic32mz/Makefile.include
Line 14 in 799ee40
The problem with this approach is that it doesn't work when generating
BINFILE
see #14385 and especially #14385 (comment) for details.Steps to reproduce the issue
Expected results
=> the build doesn't fail when creating the BINFILE.
Actual results
=> the build fails when trying to create the BINFILE.
Versions
make print-versions
The text was updated successfully, but these errors were encountered: