I don't know who and what will support, but I builded this vasm and if you used it, you can probably test it (here)..
Thank you aGGreSSor, although i have those compiled as well (see my
github. i should really update those
).
In this day and age i compile vlink/vasm etc. on-the-fly with some script that downloads all necessary sources and builds the FPC compiler as well.
The actual issue is that the Free Pascal compiler itself is unable to cross compile from arm (or any other non x86 platform) to i386 because of the fact that the i386 version of the Free Pascal Compiler uses the FPU floating point, and none of the the other platforms are currently able to 'emulate' that correctly until the Free Pascal softfloat unit is completely implemented/supported for the host architecture.
It is not a very big deal, other then annoying because i had intended to use a raspberry-pi for building things automatically for me whenever the sources are updated (targets AROS-i386, AROS-arm, MorphOS-ppc, OS4-ppc and 68k) and this is currently not possible because of the mentioned missing softfloat support. So atm i have to use my x86-64bit rig to do that.
That said, i haven't looked at the softfloat unit and its status for almost a year now, so it might be that things have improved over time.... (* see edit)
Thank you for the effort though. It is appreciated :thumbsup:
edit: *, just checked in the
bugreport. Unfortunately there seem no progress
13 years and counting.... must be a record somewhere