Gregory Nutt
Gregory Nutt
NutX does support Unix domain sockets and has for many years. Perhaps you do not have CONFIG_NET_LOCAL enabled? NuttX builds in many different configurations, if the hardware supports an MMU,...
No, I don't use CMake. I must limit the number of tools used to build NuttX for easy portibility across all platforms so CMake will never be supported upstream. You...
> Why couldn't nng just be linked to Nuttx like an ordinary library? I've thought Nuttx would be a good host for nng for a while now, glad to hear...
There is a good example using an export package here: https://bitbucket.org/patacongo/w3mbuild/src/master/ I was attempting to port w3m to NuttX making only minimal changes to w3m. As a warning, I could...
Sorry it has been so long since I have commented. I did make some progress but I did not finish the port because other issues. Also, I did not want...
Oops, I didn't really mean to to close this.
On 10/6/2014 3:38 PM, Víctor Mayoral Vilches wrote: > ``` > @codebot9000 in order to allow others to > ``` > > use our current implementation we are trying to...
> On October 6, 2014 at 7:41 PM Víctor Mayoral Vilches > [email protected] wrote: > > @nuttx https://github.com/nuttx thanks for sharing that NuttX includes the > sim config. This will...
A better explanation is that you are still using dependencies from an old build. If you don't do 'make distclean' then all of the old dependencies are still left. So...
I keep forgetting that you are not using the latest code. Just last week I updated the simulation so that would build and run natively on a 64-bit machine. So...