Build Issue Sorted
Well, I fixed the little build error that I was getting… Pretty much the only thing I had to do was to remove the prototype for the main() function, then rename it to _main(). This was because for some reason, the new version of GCC doesn’t let you have a function called main() that doesn’t have either zero or two arguments, and the first one has to be an integer.
Anyway, I suppose it’s back to work then!