|
Message-ID: <CAHO6xe_b-04bm+_wBWNE=4BqQ7KWi8K_sZo3rnqizdnWiXn6LA@mail.gmail.com> Date: Tue, 27 Aug 2013 16:51:17 -0500 From: Nulik Nol <nuliknol@...il.com> To: musl@...ts.openwall.com Subject: nostdlib compilation Hi, I am looking for a way to compile my app without glibc, and according to some examples it can be done with: gcc -nostdlib stubstart.S -o myprogram myprogram.c but in order to use the kernel I also need the system calls. What are the files I should also include from musl in order to be able to invoke kernel system calls but without glibc? Will appreciate very much your help. Regards Nulik
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.