Re: RISC-V RTEMS Support

2018-09-05 Thread Slide
Hi Sebastian, Is your work for both RV32 and RV64? Does it support MMU or just PMP? Thanks! Alex On Wed, Sep 5, 2018, 22:29 Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Dwaine, > > I finished my work to add SMP support to the RISC-V architecture for > RTEMS. It is now o

Re: rsb problem with python

2018-06-01 Thread Slide
7, 14:50:18) [GCC 5.4.0 20160609] > > I thought rsb needed Python3.6? That's why I went through installing it > earlier. Could this be the problem? 2.7.12 is the default python for Ubuntu > 16.04. The error seems to be a result of me using "--with-rtems" flag. > Pete. >

Re: rsb problem with python

2018-05-31 Thread Slide
tain a section: url". > Pete. > > -- > *From:* Slide [slide.o@gmail.com] > *Sent:* Wednesday, May 30, 2018 5:32 PM > > *To:* Siddons, David > *Cc:* users@rtems.org > *Subject:* Re: rsb problem with python > Hi Pete, > > That's something I

Re: rsb problem with python

2018-05-30 Thread Slide
0, 2018 at 2:19 PM D Peter Siddons wrote: > Hi Alex, > > OK, thanks. I'll try that tonight. Maybe it will work as-is from my home > network. > > Is there a way to skip parts of the build? The first part is very slow. > > Pete. > > > > On 05/30/2018 04:59

Re: rsb problem with python

2018-05-30 Thread Slide
for me to just disable the conda paths e.g. by > commenting out > #export PATH="/home/gedare/anaconda3/bin:$PATH" > in my .bashrc was sufficient for me > > Then, I could install/use the Ubuntu distributions Python2/3 packages > without conflicts. > > Gedare > >

Re: rsb problem with python

2018-05-30 Thread Slide
I ran into a similar issue and the way I solved it was by installing the -dev package for Python. For me this was libpython3-dev on Ubuntu. I'm not sure how to do that with the Anaconda installation, but this may help point you in the right direction. Regards, Alex On Wed, May 30, 2018 at 6:57 A