0 Members and 1 Guest are viewing this topic.
I'd prefer that both of you contribute to find out the root cause of the issue.
I'd prefer that both of you contribute to find out the root cause of the issue.atiatinini, if you are trying to port SDL programs, you'll probably encounter other conflicts more difficult to identify and work around.
The source code of Newlib's sqrt is this one:http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/math/w_sqrt.c?annotate=1.1.1.1&cvsroot=src_LIB_VERSION refers to the global variable __fdlib_version, I'm not sure why but it seems to require relocation, which cannot be provided by Ndless.It actually doesn't work well without nSDL, it's just that the random access to memory falls to a valid address (but still not __fdlib_version).I'm afraid we cannot trust any Newlib function without a full-featured relocator.
8 BPP support for CX (thanks to atiatini for the idea; makes it possible to port 8 BPP programs for the CX),
many font-related changes (if you're the observing type you can notice one thing on the screenshot below)