The --cpu
option checks the FPU attributes
if the CPU chosen has a built-in FPU.
The error message L6463E: Input Objects contain archtype
instructions
but could not find valid target for archtype
architecture
based on object attributes. Suggest using --cpu option to select
a specific cpu. is given in one of two situations:
the ELF file contains instructions from architecture
yet the build attributes claim thatarchtype
is not supportedarchtype
the build attributes are inconsistent enough that the linker cannot map them to an existing CPU.
If setting the --cpu
option still fails,
use --force_explicit_attr
to cause the linker
to retry the CPU mapping using build attributes constructed from --cpu=
.
This might help if the error is being given solely because of inconsistent
build attributes.archtype
- Reference
Compiler Reference:
Assembler Reference: