Hi Leo,
Thanks a lot for your quick response, but this did not work, could you please kindly let me know if any other alternate solutions fro this issue
user@user-desktop:~/ltib_evk/ltib$ ./ltib -m shell
Entering ltib shell mode, type 'exit' to quit
LTIB> ls
COPYING RELEASE_INFO config doc host_config.log ltib rootfs rootfs_image tmp
README bin dist hash libudev-test.c ltib_bashrc rootfs.jffs2 rpm
LTIB>
LTIB>
LTIB>
LTIB> arm-none-linux-gnueabi-gcc libudev-test.c -o libudev-test -ludev
libudev-test.c:25:21: error: libudev.h: No such file or directory
libudev-test.c: In function 'main':
libudev-test.c:42: warning: assignment makes pointer from integer without a cast
libudev-test.c:65: warning: assignment makes pointer from integer without a cast
libudev-test.c:66: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'struct udev_monitor *'
libudev-test.c:78: warning: assignment makes pointer from integer without a cast
libudev-test.c:79: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'struct udev_enumerate *'
libudev-test.c:82: warning: assignment makes pointer from integer without a cast
libudev-test.c:83: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'struct udev_list_entry *'
libudev-test.c:89: error: expected ';' before '{' token
libudev-test.c:174: warning: assignment makes pointer from integer without a cast
libudev-test.c:177: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
libudev-test.c:178: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
libudev-test.c:179: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
libudev-test.c:181: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
LTIB>
Many Thanks in advance again!