You seems to use git version of RSB and your error below is python
related. IIRC RSB has recently transitioned from python2 to 3. By any
chance is your python on path python2?
On 3/26/22 12:48, Sarmad Ahmad wrote:
Hello I am trying to boot RTEMS 6 on a cora-z7-10 board I built RTEMS as foll
Hello I am trying to boot RTEMS 6 on a cora-z7-10 board I built RTEMS as follows
i used the current version of the master
git clone https://github.com/RTEMS/rtems-source-builder.git rsb
cd rsb
cd rtems
../source-builder/sb-set-builder --jobs=4 --prefix=$HOME/development/rtems/6
6/rtems-arm
ex