Re: Build fail on debian - Toolset build error

2020-10-12 Thread Chris Johns
On 13/10/20 1:06 am, Karel Gardas wrote: > On 10/12/20 3:50 PM, Anders Montonen wrote: >> Hi, >> >>> On 12 Oct 2020, at 15:30, Karel Gardas >> > wrote: >>> >>> >>> Sure, but you have to install header files whatever this means on >>> macosx. On Ubuntu this means 'apt

mvme3100 (mpc8540) and qemu mpc8544ds

2020-10-12 Thread Joel Sherrill
Hi Looking at the PowerPC models supported by Qemu, I noticed this one and looking at the mpc8544, it is so integrated that I wonder if these are quite similar. It would be nice to have a qemu platform with networking if these are close enough to be an easy shot. Any ideas? --joel _

Re: Need help debugging sp16.exe

2020-10-12 Thread Joel Sherrill
On Mon, Oct 12, 2020 at 10:47 AM Richi Dubey wrote: > There are existing checks scattered throughout the source. Do any need to >> be in your scheduler? > > I don't understand. If there are already checks scattered through, why do > I need more checks in my scheduler? Are these checks independent

Re: RTEMS 5.1 pc686 BSP malloc_info problem?

2020-10-12 Thread Joel Sherrill
On Mon, Oct 12, 2020 at 11:15 AM Alan Cudmore wrote: > Hi Chris, > I'm not sure that I can easily create a test to show that this > condition exists. I think the rtems_rfs_bitmap_create_search function > works as it is intended to, but during the last iteration of the for > loop, if 'size' is zer

Re: RTEMS 5.1 pc686 BSP malloc_info problem?

2020-10-12 Thread Alan Cudmore
Hi Chris, I'm not sure that I can easily create a test to show that this condition exists. I think the rtems_rfs_bitmap_create_search function works as it is intended to, but during the last iteration of the for loop, if 'size' is zero and 'bit' is 31, the 'search_map' variable is incremented once

Re: Need help debugging sp16.exe

2020-10-12 Thread Richi Dubey
> > There are existing checks scattered throughout the source. Do any need to > be in your scheduler? I don't understand. If there are already checks scattered through, why do I need more checks in my scheduler? Are these checks independent from the checks I might need in the scheduler? Please exp

BSP Build Sweep (12 Oct)

2020-10-12 Thread Joel Sherrill
Hi I just pushed a few tcfg additions and now all the configurations my script is doing should match waf and autoconf next time. This is just building. I will do another sweep to confirm that they all match and then we can review the configurations to see if I missed anything. I haven't done the

Re: Build fail on debian - Toolset build error

2020-10-12 Thread Karel Gardas
On 10/12/20 3:50 PM, Anders Montonen wrote: > Hi, > >> On 12 Oct 2020, at 15:30, Karel Gardas > > wrote: >> >> >> Sure, but you have to install header files whatever this means on >> macosx. On Ubuntu this means 'apt install python2.7-dev’ > > System frameworks on

Re: [PATCH v2] testsuites/samples/fileio - Increase of stack size

2020-10-12 Thread Frank Kühndel
I also created a ticket for RTEMS version 5 as requested by Joel and Chris. It is #4144. Yet, note that I have not tested whether the problem appears there, too. The efforts to install and compile 5.1 just for this simple test are prohibitive. Sorry for this. Maybe someone else who is working with

[PATCH] c-user: Add "Generated from ..." comments

2020-10-12 Thread Sebastian Huber
--- c-user/config/bdbuf.rst | 28 +++ c-user/config/bsp-related.rst | 16 + c-user/config/classic-api.rst | 26 ++ c-user/config/classic-init-task.rst | 18 ++ c-user/config/device-driver.rst | 38 c-user/conf

Re: Build fail on debian - Toolset build error

2020-10-12 Thread Anders Montonen
Hi, > On 12 Oct 2020, at 15:30, Karel Gardas wrote: > > > Sure, but you have to install header files whatever this means on > macosx. On Ubuntu this means 'apt install python2.7-dev’ System frameworks on macOs usually include the development libraries and headers. Running “python-config —cfla

Re: [PATCH v2] testsuites/samples/fileio - Increase of stack size

2020-10-12 Thread Sebastian Huber
On 12/10/2020 15:49, Frank Kuehndel wrote: Close #4143 Thanks, I checked it in. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH v2] testsuites/samples/fileio - Increase of stack size

2020-10-12 Thread Frank Kuehndel
From: Frank Kühndel When I use the 'shell' from the fileio sample with the command below: env QEMU_AUDIO_DRV="none" \ qemu-system-arm -no-reboot -net none -nographic -M realview-pbx-a9 \ -m 256M \ -kernel build/arm/realview_pbx_a9_qemu/testsuites/samples/fileio.exe The executable cr

Re: Build fail on debian - Toolset build error

2020-10-12 Thread Karel Gardas
Sure, but you have to install header files whatever this means on macosx. On Ubuntu this means 'apt install python2.7-dev' On 10/12/20 2:27 PM, Andrew Butterfield wrote: > Hi Karel, > >  I have no idea what's wrong. > > If I ask nicely: > > :- which python2 > /Library/Frameworks/Python.framew

Re: Build fail on debian - Toolset build error

2020-10-12 Thread Andrew Butterfield
Hi Karel, I have no idea what's wrong. If I ask nicely: :- which python2 /Library/Frameworks/Python.framework/Versions/2.7/bin/python2 :- python2 --version Python 2.7.18 all seems well. I have has this problem before and usually I just purge all "brew" versions of python, and perhaps re-inst

Re: Fwd: Build fail on debian - Toolset build error

2020-10-12 Thread Karel Gardas
On 10/12/20 12:17 PM, Andrew Butterfield wrote: > Dear all,  > I am having a problem building RTEMs master, on OS X Mojave - see below checking whether to use python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python2 checking for python... no configure: error: no usable python found

Fwd: Build fail on debian - Toolset build error

2020-10-12 Thread Andrew Butterfield
Dear all, I am having a problem building RTEMs master, on OS X Mojave - see below > Begin forwarded message: > > From: Sebastian Huber > Subject: Re: Build fail on debian - Toolset build error > Date: 12 October 2020 at 10:48:17 IST > To: Andrew Butterfield > > Hello Andrew, > > could you pl