Thorsten Otto

Results 58 issues of Thorsten Otto

Ok, googled a bit about this, and i think found a solution: redirect everything to a log file, and in case of a failed build (the after_success hook can be...

enhancement
build

In https://github.com/freemint/freemint/blob/31b0ea85be6ea1c7c92ec3fabcbfc8621046d0b2/sys/keyboard.c#L1611 quickmovb aka memcpy is used with overlapping memory regions. This actually works because the implementation always copies from lower to higher addresses, but newer GCC complain about that....

enhancement
kernel

While compiling a newer version of opensll, i stumbled upon the problem that stdatomic.h was used, and caused compile errors. Reason is that our port did not define the builtin...

When building other languages like C++, supporting libraries like libstdc++, libsupc++ (and others for other languages) are installed to /usr/lib. In order to support multiple installations of different compiler versions,...

_appl_yield() (the function that directly traps into AES without a PB) does not work. When using a PB of 0, XaAES complains about this. Even worse, it is not even...

bug
kernel

Just stumbled upon this strange code: https://github.com/freemint/freemint/blob/df50f81c2c087d770d9ab8075bea9fb6a7cf4c97/sys/xdd/lp/centr.S#L30-L42 (only active for coldfire). It was introduced by 31300926839d0bf995652e4e1b465e8fbf3df892 That looks strange to me, because the function is called by bsr, so the...

bug
kernel

Hi, While doing the recent (somewhat larger) commits that touched a lot of sources all over the place, i actually went through the hassle of doing builds for all possible...

enhancement

Is there a reason why https://github.com/freemint/freemint/blob/39bf26fdab180918bdc84748d75d8a1dd3b9932d/sys/arch/v4epatch.S#L3-L8 is assembled to the data segment?

kernel

Just found that the recent changes in mt_gem.h, adding some definitions from geneva, causes XaAES to fail to compile. Even worse, they both use the terms X_LFTRT & X_UPDOWN, but...

https://github.com/freemint/teradesk/issues/9 reminded me of feature that i already have thought about several times. For known messages (mainly VA_START used by a lot of applications to request context help from ST-Guide/hypview),...

enhancement
xaaes