Cross compilation
Rick Murray (539) 13840 posts |
It looks, from the CVS log, that work is underway to get a build made with the GCC tools.
|
Rick Murray (539) 13840 posts |
But, then, I’ve always believed make to be horrible (I use AMU and try to avoid make which complains about stuff and then builds the project correctly, what?). |
Chris Mahoney (1684) 2165 posts |
The other day I saw something in the AMU manual that was to the effect of “this strange behaviour is not a bug, but a deliberate alignment with how GNU Make does things”. Enough said? |
Tristan M. (2946) 1039 posts |
I just figured it was because gcc support in the source tree was a bit rickety and needed some work. |
Steffen Huber (91) 1953 posts |
Both GCC and Norcroft can be used with a lot of build tools – it does not HAVE to be GNU Make (or AMU or even !Make). How about smake, CMake, tmake, qmake…or how about introducing some Java-based stuff like ANT, Maven or Gradle. Makefiles are really a bad idea. Unfortunately, all other build stuff also seems to be a bad idea. It is basically THE unsolved problem of software development. And the more cross-platform it gets, the hairier it becomes. |
GavinWraith (26) 1563 posts |
Aho, Weinberger and Kernighan’s wonderful book The AWK Programming Language, in section 7.4 has as an example a short AWK program to implement the core idea of |
nemo (145) 2546 posts |
Or Jam. |