Hi, Le Tue, 18 Apr 2006 18:54:24 -0700, "Arun Srinivasan" <arunlkml@xxxxxxxxx> a écrit : > #Makefile for the user space test driver application Userspace question on kernelnewbies mailing-list ? Doesn't it sound a bit offtopic ? > Now when I do a objdump, many symbols seem to be unresolved. So, > obviously the linking dosent seem to be done properly. The *UND* symbols are those of the libc. You haven't made a static compilation, so it's normal that they are unresolved at this time. They will be resolved at execution time. Sincerly, Thomas -- Thomas Petazzoni - thomas.petazzoni@xxxxxxxx http://{thomas,sos,kos}.enix.org - http://www.toulibre.org http://www.{livret,agenda}dulibre.org -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/