|
BuildNotes
Some developer building notes
IntroductionSometimes there are build quirks and things that must be addressed. They are listed here. Details
http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction_on_Linux
This, however, needs the --disable-newlib-supplied-syscalls argument added on to the ./configure arguments for newlib. Otherwise, the newlib syscalls and the ndless defined ones will collide! (And very sad developers will result... :P) This is a must in order for the ndLua build to succeed.
|