From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50ABA4F8.2020807@gmail.com> Date: Tue, 20 Nov 2012 12:42:48 -0300 From: Sebastian Pavez MIME-Version: 1.0 References: <50AA4EC2.1000206@xenomai.org> <50AA5B96.9060009@xenomai.org> <50AB9449.2020203@gmail.com> <50AB96A0.3060204@xenomai.org> <50AB9991.9090901@gmail.com> <50AB9D18.9070902@xenomai.org> In-Reply-To: <50AB9D18.9070902@xenomai.org> Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Subject: Re: [Xenomai] Help with Xeno-test please List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: Xenomai El 20/11/2012 12:09 p.m., Gilles Chanteperdrix escribió: > On 11/20/2012 03:54 PM, Sebastian Pavez wrote: >> El 20/11/2012 11:41 a.m., Gilles Chanteperdrix escribió: >>> On 11/20/2012 03:31 PM, Sebastian Pavez wrote: >>>> ioctl(RTTST_RTIOC_SWTEST_CREATE_KTASK): Cannot allocate memory >>> You still do not have enough memory. >>> >> Ok, >> I have 256 kb for CONFIG_XENO_OPT_SYS_HEAPSZ and 128 kb for >> CONFIG_XENO_OPT_SYS_STACKPOOLSZ. >> There's a recommended value to these? or I should try a value and look >> how they works? >> In any case, I'll try to put 512kb for both ... > The default values are for 1 core. If you have 6 cores, multiply by 6. > > Ok, thank you for your answer ... I know this question is not precisely a xenomai one, but when I try to compile the new configuration, I get this: labcontrol@labcontrol:/usr/src/linux-3.2.32$ make scripts/kconfig/conf --silentoldconfig Kconfig *** Error during update of the configuration. make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make[1]: Nothing to be done for `relocs'. make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop. Why is that??