KhalifaSat Launched!

2018-10-30 Thread Mohammed Saeed Khoory
Dear RTEMS community, I would like to announce, with great pleasure, that we at the Mohammed Bin Rashid Space Centre in Dubai, UAE, have finally and successfully launched our first in-house designed and developed satellite: KhalifaSat. This is a 300kg remote sensing satellite with 0.7m GSD and

Re: building powerpc-rtems5-gcc-7.3.0-newlib on Darwin Build FAILED

2018-10-30 Thread Chris Johns
On 31/10/2018 00:46, Heinz Junkes wrote: > > How to prevent checksum checking/ cleanup with the source builder? > There is currently no way to do this other than commenting out the specific '%hash' line in the config file. Supporting this would require an option being added which I think could b

Re: RTEMS tools invalid version file

2018-10-30 Thread Chris Johns
On 31/10/2018 02:39, Heinz P. Junkes wrote: > How can I fix this in after download (tried to run builder with --no-downloads > after download all sources) > > After the software download I fixed it in > > rtems-tools-36fde5169aef5b0af37f951907705caee76626ee-1-root-h1 > > and run the source-build

Re: RTEMS tools invalid version file

2018-10-30 Thread Heinz P. Junkes
How can I fix this in after download (tried to run builder with --no-downloads after download all sources) After the software download I fixed it in rtems-tools-36fde5169aef5b0af37f951907705caee76626ee-1-root-h1 and run the source-builder witth --no-clean but without any success ... cd rtems

Re: building powerpc-rtems5-gcc-7.3.0-newlib on Darwin Build FAILED

2018-10-30 Thread Heinz Junkes
Thank you for pointing that out. I run ../source-builder/sb-set-builder --source-only-download --log log.ppc.txt --prefix=/Users/junkes/RTEMS_PRE_AUSTRALIA/RTEMS/rtems-5 5/rtems-powerpc Patch the gcc-7.3.0.tar.xz Then ../source-builder/sb-set-builder --no-download --log log.ppc.txt --prefix=

Re: Console API

2018-10-30 Thread Ярослав Лещинский
>>Please let me know when you don't find the answers you are looking for >>using the manual. Thank you, c-user document is full of different information and at least cover my questions above. On Tue, 30 Oct 2018 at 15:04, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 30/10/20

Re: Console API

2018-10-30 Thread Sebastian Huber
On 30/10/2018 12:14, Ярослав Лещинский wrote: Could you please tell me what is a differences between those macros and what this fatal error actually about? The macros and the fatal error handling is documented in the manual: https://docs.rtems.org/branches/master/c-user/index.html Please le

Re: Console API

2018-10-30 Thread Ярослав Лещинский
Sorry I miss clicked... Hello, I checked out master branch and tried to add a new bsp. I found that in hello example now you are using another macro definition CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER like in 4.11. Seems like CONFIGU

Re: Console API

2018-10-30 Thread Sebastian Huber
On 30/10/2018 12:11, Ярослав Лещинский wrote: I checked out master branch and tried to add a new bsp. I found that in hello example now you are using another macro definition CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER like in 4.11.

Re: Console API

2018-10-30 Thread Ярослав Лещинский
Hello, I checked out master branch and tried to add a new bsp. I found that in hello example now you are using another macro definition CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER like in 4.11. Seems like CONFIGURE_APPLICATION_NEEDS_SIMP

Re: building powerpc-rtems5-gcc-7.3.0-newlib on Darwin Build FAILED

2018-10-30 Thread Sebastian Huber
On 30/10/2018 09:47, Heinz Junkes wrote: graphite-isl-ast-to-gimple.c:98:7: error: use of undeclared identifier 'isl_id_free' I think this was fixed by https://github.com/RTEMS/gnu-mirror-gcc/commit/69553489197781a70365334333b699c9454d3b24 on the GCC 7 branch. Could you try out this patch?

Re: RTEMS tools invalid version file

2018-10-30 Thread Heinz Junkes
The patch from Amar works for me. This is quick since it's late but the issue I ran into is in rtemstoolkit/version.py In line 174: -- if that's the latest _revision = int(''.join(itertools.takewhile(str.isdigit, rev))) Depending on the version of Python you are running 'rev' can be unicode

building powerpc-rtems5-gcc-7.3.0-newlib on Darwin Build FAILED

2018-10-30 Thread Heinz Junkes
Building rtems on Darwin (10.13.6, High Sierra) with Homebrew 1.8.0 Homebrew 1.8.0-74-g2b3f855 Homebrew/homebrew-core (git revision 4961b; last commit 2018-10-30) Homebrew/homebrew-cask (git revision 2b5ad; last commit 2018-10-30) failed. [junkes@h rtems (master)]$ more rsb-report-powerpc-rtem

Re: RTEMS tools invalid version file

2018-10-30 Thread Heinz P. Junkes
It's on a freshly updated ubuntu 18.04.1 (This was a fault, i know ;-) ) Its python 2.7: [h1@earth rtems-tools (master *)]$ python -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py import site # p