Closed henesy closed 1 month ago
Hi, thanks for noticing :) Yes, this is platform-specific (x86) instruction. This should be easily fixable, the only purpose of this instruction is to instruct debugger to break at current instruction. The easiest fix would be to wrap it in #ifdefs and enable it on windows platform only. I will fix it once I get back from holiday :)
Hi, I fixed this issue in the following PR: https://github.com/nadult/libfwk/pull/15 I noticed that you're trying to compile FreeFT. Unfortunately, FreeFT uses an older version of libfwk, so you would have to backport this fix.
I'm planning to port FreeFT to the latest version of libfwk, but I can't promise when I will finish that. It's a low-priority task for me.
Fixed.
Thank you @nadult !! This is awesome :)
Seems to be due to use of platform-specific asm, is this circumventable?
Platform uname:
Linux domelaze 6.10.6-mnt-reform-arm64 #1 SMP Debian 6.10.6-1+reform20240822T112437Z (2024-08-22) aarch64 GNU/Linux
Complete log: https://paste.sr.ht/~henesy/fc5a4a3e94cdc9b3e54c282a6b5ebba1b2f6f215
Probably the most relevant bit: