[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] sysv ipc support on microblaze
John,
Still no-go. I applied the patch and get the same error:
if ((msqid = msgget(key, 0644 | IPC_CREAT)) == -1) {
perror("msgget");
exit(1);
}
results in
msgget: Function not implemented
I verified the files are patched and rebuilt. (syscall_table.S and
sys_microblaze.c).
Is this the full patch?
Thanks,
Jim
John Williams wrote:
Hi Jim,
I've implemented this for the next cut - here's a patch to apply from
petalinux-dist/software that should get you going.
I've tested this with simple test apps, but will be interested to hear
your experiences.
Regards,
John
Jim Van Vorst wrote:
Hi all,
I added sysv ipc support to the 2.6 kernel and I can see
/proc/sysvipc/msg,sem,shm but when I call msgget() I get "Function
not implemented."
Are message queues (and semaphores and shared memory) implemented on
the microblaze 2.6 kernel?
Thanks,
Jim
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive :
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/