I have a bug report for the iRex tool chain:
arm-linux-as does not default to soft float.
You need to setup ASFLAGS = -mfloat-abi=soft to have your assembly files assembled and labeled correctly. Assuming they don't contain any hardware FP assembly code, in which case you'll get an error.
|