From: Thorsten O. <ad...@th...> - 2024-08-09 05:16:09
|
On Freitag, 9. August 2024 05:49:59 CEST WongCK via Freemint-discuss wrote: > So wat am I missing ?? You need to use the % register prefix on all register names when using the mintelf toolchains. Also note that this toolchain does not prepend a '_' to external names, so something like bsr _c_dispatch will most likely produce a link error. |