Just a quick update, I finally got things working with the cross compiler , newlib (libc) and building a netsurf binary.
I can compile the binary using a small home made build system, details here: https://github.com/ashmew2/nskolibrios/ ... ios/README
Compiled to a 2.2 MB binary right now. It doesn't do anything useful as of yet except printing the first messages for our Netsurf official binary to Debug Board. This is an important release because we now have a build system set up that can let us make rapid changes and compile painlessly for Kolibri.
It uses boxlib and http.obj and loads them at runtime.
If possible, please try to run this binary on your machine. Post back with debug board output if your machine does not run this binary so I can mess around with some assembly / C compilation options right now so we can still change things.
Next Goal: Get the initial netsurf initialization phase working and spawn a GUI window.
This is Official Netsurf for KolibriOS v0.1!
Stay tuned for v0.2
Enjoy.