Re: RTEMS Bootstrap Error

2016-04-17 Thread Chris Johns
On 18/04/2016 14:03, Olufowobi, Habeeb wrote: Thanks so much for your response. That works and I have build successfully. Did sb-bootstrap print an error message that let you fix the issue? I am not sure if this is a suitable fix to push. Chris __

Re: RTEMS Bootstrap Error

2016-04-17 Thread Olufowobi, Habeeb
Hi Chris, Thanks so much for your response. That works and I have build successfully. Regards, Habeeb On Sun, Apr 17, 2016 at 6:19 PM, Chris Johns wrote: > On 17/04/2016 14:13, Olufowobi, Habeeb wrote: > >> >> I am trying to build RTEMS for ARM with the recent toolchain but I have >> been rece

RTEMS Libbsd update.

2016-04-17 Thread Chris Johns
Hi I have push some waf related changes libbsd. Please make sure you update the `rtems_waf` submodule after updating your local repo. A status indicating an update is needed is: $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "

Re: moxie C++ link error

2016-04-17 Thread Chris Johns
On 18/04/2016 10:52, Joel Sherrill wrote: Simulator reports an illegal instruction. OK. Gdb is alive but gives a Python error on backtrace. Is this something in the unwinder in gdb which may be using Python https://sourceware.org/gdb/wiki/UnwinderAPI ? I think it is a target BSP i

Re: moxie C++ link error

2016-04-17 Thread Joel Sherrill
On Apr 17, 2016 7:28 PM, "Chris Johns" wrote: > > On 18/04/2016 10:18, Joel Sherrill wrote: >> >> >> I have a fix to gcc and the bsp which lets C++ programs link but >> both cdtest and cxx_iostream core dump now. > > > Where do they core dump? Does the simulator code dump? Simulator reports an il

Re: moxie C++ link error

2016-04-17 Thread Chris Johns
On 18/04/2016 10:18, Joel Sherrill wrote: I have a fix to gcc and the bsp which lets C++ programs link but both cdtest and cxx_iostream core dump now. Where do they core dump? Does the simulator code dump? Chris ___ devel mailing list devel@rtems.or

moxie C++ link error

2016-04-17 Thread Joel Sherrill
Hi I have a fix to gcc and the bsp which lets C++ programs link but both cdtest and cxx_iostream core dump now. Should I commit them and then let's work on the core dump? --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/list

RSB Git modified status

2016-04-17 Thread Chris Johns
Hi, At the moment the RSB says untracked files in a git repo is modified. Is this valid or this is a distraction? For example if I have 'x' as a file in the repo it is seen as untracked and so modified and nothing in the RSB has been changed. I am currently leaning to not modified. Chris __

Re: libbsd errors with the latest tools ...

2016-04-17 Thread Chris Johns
On 15/04/2016 22:50, Joel Sherrill wrote: Jeff and I both have built rtems-libbsd with the latest RSB tools for i386 and didn't see any issues. Chris.. you got me through a waf submodule update yesterday and it built fine after that. I was on 4.11 and had not noticed. I am on master now and

Re: RTEMS Bootstrap Error

2016-04-17 Thread Chris Johns
On 17/04/2016 14:13, Olufowobi, Habeeb wrote: I am trying to build RTEMS for ARM with the recent toolchain but I have been receiving the below error when I run ./bootstrap. I think there is some error in the bootstrap file. I have tried running the ./bootstrap script located in rtems, instead o