2013-11-05
Blog migration
2013-03-29
Introducing HelenOS coastline
I am still trying to bring GCC to HelenOS but the truth is that I haven't made a big progress since my last post. However, I promised another script that would simplify the porting even more. I am not 100% sure it simplifies it that much but it makes the whole process much easier to reproduce. Let me introduce the HelenOS coastline.
2013-02-13
Towards GCC for HelenOS (3) - libmpfr
In previous posts I described my effort to bring GCC to HelenOS. This post briefly summarizes porting of yet another GCC dependency: MPFR library. It comes a bit late as the progress was already reported on last HelenOS meeting but the meeting report did not contain the actual commands, so here are they.
2013-01-26
Towards GCC for HelenOS (2) - libgmp
In my previous post about bringing GCC to HelenOS, no actual GCC dependency was compiled. In this post I will describe porting GNU MP Bignum library (libgmp).
2013-01-24
Towards GCC for HelenOS
Compiling GCC to run inside HelenOS is for quite some time on the ToDo list of HelenOS. I decided to give it a try and if you want to follow what I did so far, carry on reading.