From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <54F614EF.7040307@xenomai.org> Date: Tue, 03 Mar 2015 21:09:19 +0100 From: Philippe Gerum MIME-Version: 1.0 References: <54F58A4C.7030006@xenomai.org> <54F5BE3F.4010008@xenomai.org> <54F5C020.8090102@xenomai.org> <54F5CD4D.8080004@xenomai.org> <54F5D6C6.40908@xenomai.org> <54F5E958.2090701@xenomai.org> <54F5EA06.4040104@xenomai.org> <54F60A62.3020708@xenomai.org> <54F60C16.5070500@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Xenomai/cobalt: low_init(): binding failed: Function not implemented error issued when trting to run latency app on xeno 3.x-rc3 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Helder Daniel Cc: "Xenomai@xenomai.org" On 03/03/2015 08:50 PM, Helder Daniel wrote: > Ok, I've done that. > I configure explicitly the --prefix=/usr/xenomai. > > Now on the config.log we have the value of the prefix: > > (...) > #define CONFIG_XENO_PREFIX "/usr/xenomai" > #define CONFIG_XENO_BUILD_ARGS " '--with-core=cobalt' > '--enable-registry' '--prefix=/usr/xenomai'" > (...) > A recent autoconf release changed the usual behavior (once more). The git repo now contains a fix. > and with > root@LinuxSTR:~/helloXeno# smokey --dump-conf|grep PREFIX > CONFIG_XENO_PREFIX="/usr/xenomai" > > After make install I tried to run the hello app again. > It ran. > > Now there is an entry in /var/run/xenomai/ .... > > But after I made some changes an recompile an App, and then try to run > it, I got several times: > > sysregd: create_directory_recursive("/var/run/xenomai/anon/system"): > Transport endpoint is not connected > > and then again: > > 3"008.480| WARNING: [main] cannot connect to registry daemon > 3"008.891| BUG: [main] initialization failed, EAGAIN Kill any running instance of sysregd, then try launching it as a standalone daemon using: # sysregd --linger --daemonize -- Philippe.