Re: Question about file size 0 after filesystem recovery

2021-01-05 Thread Charles Manning
What you get will depend very much on what file system you are using. Each file system has different behaviours. If you have an application where you can yank power without a clean shutdown then it is advisable to use a file system with a more predictable caching policy. For example, Yaffs (the f

Re: Newbie question: Building Apps

2020-01-29 Thread Charles Manning
So is the short answer here to learn, and use waf? Is that the future of RTEMS? Yet another build system :-). Thanks On Thu, Jan 30, 2020 at 11:54 AM Chris Johns wrote: > > On 30/1/20 4:51 am, Jonathan Brandmeyer wrote: > > RTEMS BSPs place a bunch of pkg-config files under $prefix/lib/pkgconf

Re: Newbie question: Building Apps

2020-01-28 Thread Charles Manning
Thanks for the quick response Chris It looks like I'm back in action. On Wed, Jan 29, 2020 at 1:56 PM Chris Johns wrote: > > On 29/1/20 11:25 am, Charles Manning wrote: > > Hi All > > > > I need to get going with RTEMS, so I thought I'd follow the quick

Newbie question: Building Apps

2020-01-28 Thread Charles Manning
Hi All I need to get going with RTEMS, so I thought I'd follow the quickstart guild. All good until I got to the bit where I wanted to build an app. https://docs.rtems.org/branches/master/user/start/app.html: TODO I have the following in the PATH: /home/charles/quick-start/rtems/5/bin: So I

Problem building or1ksim

2020-01-28 Thread Charles Manning
Hello In my quest for an RTEMS development environment that works with a simulator, I thought I would try the HoW To at http://heshamelmatary.blogspot.com/2015/02/howto-1-build-or1k-rtems-toolchain-via.html This is based on 4.11, but I switched it to 5 by just substituting 5 everywhere there's 4

Re: Can someone recommend a Quick Start that "just works"?

2019-11-20 Thread Charles Manning
On Thu, Nov 21, 2019 at 11:43 AM Chris Johns wrote: > On 21/11/19 5:44 am, Charles Manning wrote: > > 2) Fleshing out > https://docs.rtems.org/branches/master/user/start/app.html with > > a brief compile and run example. > > This is an important and missing section and

Re: Can someone recommend a Quick Start that "just works"?

2019-11-20 Thread Charles Manning
On Thu, Nov 21, 2019 at 2:49 AM Joel Sherrill wrote: > > > On Tue, Nov 19, 2019 at 10:43 PM Niteesh wrote: > >> Hii charles, >> >> On Wed, 20 Nov, 2019, 7:37 AM Charles Manning, >> wrote: >> >>> Hi >>> >>> I am starting ou

Can someone recommend a Quick Start that "just works"?

2019-11-19 Thread Charles Manning
Hi I am starting out with RTEMS and want to get through the first steps from zero to running a hello world application on a simulator, qemu etc. Unfortunately https://docs.rtems.org/branches/master/user/start/index.html ends up failing the BSP test in 2.7 and in a TODO at step 2.8 leaves me hangi