Microblaze - latest source

Michal Simek monstr at monstr.eu
Wed Jul 30 12:46:04 UTC 2008


Hi everybody,

I have some question about Microblaze support in uClibc.
I look at Config.in and there is set BROKEN flags next to Microblaze label.
Can someone explain me what does it mean? What is broken?

Microblaze community use 0.9.27 version and I would like to upgrade to
latest version and fix all bugs which are in Microblaze part.

and next question I have is about supporting *nat syscalls (openat, mknodat
and others). Do you have any plan to add it? I do some changes on ancient
0.9.27 version and I do some test with it. I think uClibc should support
them.

And then I look at kernel source and compare it with libc declaration. I
think that parameters should be the same.
For example on mknod call. And others. Please correct me if I am wrong.

static __inline__ _syscall3(int, __syscall_mknod, const char *, path,
        __kernel_mode_t, mode, __kernel_dev_t, dev);

static __inline__ _syscall3(int, __syscall_mknod, const char *, path,
        __kernel_mode_t, mode, unsigned, dev);

Thanks for your help.

Best regards,
Michal Simek

www.monstr.eu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20080730/557ac095/attachment-0002.htm 


More information about the uClibc mailing list