[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] POSIX Message queues support
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] POSIX Message queues support
- From: "Otto Blomqvist" <o2blom@xxxxxxxxx>
- Date: Thu, 1 May 2008 11:08:38 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=psb1l1Y3SlmAPcn1k4PSOTYdMIyq9yBRdOiczmXmwxg=; b=ZIJapJe8SCTzVf1B49WzqyXMXNdp5SaK8FxLCLlVZZSLX60ejppZTGnVbmpoibnGW/Zle41MAlWAk/5IwaF/oD704aiRBbW6j5A/WSAEG0MFbQ6m2dsOJgOPXpqEP1RrP8KouUhow2noXACgjnhkVVyiZvlavyrXm7G6zTN2lWg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=xLtfwiKufSs6Iybky1seQQNGGSGkAkl8rwrJsN8SOM7hbAveqFS9RA3aLeFBqvosVUgeAlqaPP+t5gzKPlj1OJs4HYDoqbbSyQp+sHKDDCDzvVATzo7fESm042KGrXBzUhhFlrTBMkDtkI8LyiQj1nA7cV41hPVnQrCcHk7f7zM=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hello,
When trying to compile an application that uses POSIX message queues functions (mq_open, etc) I get 'undefined reference' errors when linking. I did select "Support POSIX queues" in the kernel setup. I am pretty new to how the Linux world works, but it looks to me like the functions are present in the "asm-microblaze/unistd.h" file. The problem seem to be that uClibc/librt (which includes the mq_* functions) is not compiled. I would assume the reason for that is that its currently not supported / implemented for the microblaze arch...? Who / what company works on these kinds of things ? Is there anyway to find out if this will be supported (maybe with help of $$$) ?
Thanks,
/Otto