delay before build
Thanks for your reply and sorry for my delay, I am on a trip to Nigeria currently.
So, I added the math library, then it was building successfully.
Still, my postbuild commands (generating a hex and printing size info) did not work anymore: I figured out, that you can not use post-build with parallel build jobs due to this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408948
thats pretty uncool. Also I had to seperate the post-build commands by ; instead of && to make it work, and the color of the zize info is not nicely blue anymore....
So, this internal builder is working, but only with some limitations.
Thanks still!