Error compiling 3.0.8

2019-05-01 Thread Leopold Palomo-Avellaneda via Xenomai
annoying thing in e-mail? -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://xenomai.org/pipermail/xenomai/attachments/20190501/3ca25ba2/attachment.sig>

Re: Error compiling 3.0.8

2019-05-01 Thread Jan Kiszka via Xenomai
On 01.05.19 18:46, Leopold Palomo-Avellaneda via Xenomai wrote: Hi, trying to build a new kernel for xenomai 3.0.8 using debian packages (x86 arch) I have found that fails: scripts/Makefile.build:585: recipe for target 'drivers/xenomai/net/addons' failed make[4]: *** [drivers/xenomai/net/addon

Re: Error compiling 3.0.8

2019-05-01 Thread Leopold Palomo-Avellaneda via Xenomai
El 1/5/19 a les 20:55, Jan Kiszka ha escrit: > On 01.05.19 18:46, Leopold Palomo-Avellaneda via Xenomai wrote: >> Hi, >> >> >> trying to build a new kernel for xenomai 3.0.8 using debian packages >> (x86 arch) I have found that fails: >> >> scripts/Makefile.build:585: recipe for target >> 'drivers/

Re: Error compiling 3.0.8

2019-05-01 Thread Jan Kiszka via Xenomai
On 01.05.19 22:20, Leopold Palomo-Avellaneda wrote: El 1/5/19 a les 20:55, Jan Kiszka ha escrit: On 01.05.19 18:46, Leopold Palomo-Avellaneda via Xenomai wrote: Hi, trying to build a new kernel for xenomai 3.0.8 using debian packages (x86 arch) I have found that fails: scripts/Makefile.build

problems opening files without auto-init

2019-05-01 Thread Lowell Gilbert via Xenomai
I disabled auto-init to be able to fork my daemon process, but now I can't open a file, whether it's before or after I call xenomai_init(). What would be doing that? I kind of need a pid file. Be well.

Re: problems opening files without auto-init

2019-05-01 Thread Lowell Gilbert via Xenomai
Lowell Gilbert via Xenomai writes: > I disabled auto-init to be able to fork my daemon process, but now I > can't open a file, whether it's before or after I call xenomai_init(). The errno is EPERM.

Re: Error compiling 3.0.8

2019-05-01 Thread Leopold Palomo-Avellaneda via Xenomai
El 1/5/19 a les 22:27, Jan Kiszka ha escrit: > On 01.05.19 22:20, Leopold Palomo-Avellaneda wrote: >> El 1/5/19 a les 20:55, Jan Kiszka ha escrit: >>> On 01.05.19 18:46, Leopold Palomo-Avellaneda via Xenomai wrote: Hi, trying to build a new kernel for xenomai 3.0.8 using debian