Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Christian Mauderer
Am 10.08.2017 um 08:31 schrieb Chris Johns: > On 10/08/2017 16:06, Christian Mauderer wrote: >> Am 10.08.2017 um 07:55 schrieb Chris Johns: >>> On 10/08/2017 15:34, Christian Mauderer wrote: Am 10.08.2017 um 01:08 schrieb Chris Johns: > On 10/08/2017 02:29, Sichen Zhao wrote: >> From

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Sichen Zhao
Ok, after the discussion, i will add it in my second version of openssl patches. Best Regards Sichen Zhao From: devel on behalf of Chris Johns Sent: Thursday, August 10, 2017 7:05 To: Sichen Zhao; devel@rtems.org Subject: Re: [PATCH 3/3] Port openssl to

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Chris Johns
On 10/08/2017 16:06, Christian Mauderer wrote: > Am 10.08.2017 um 07:55 schrieb Chris Johns: >> On 10/08/2017 15:34, Christian Mauderer wrote: >>> Am 10.08.2017 um 01:08 schrieb Chris Johns: On 10/08/2017 02:29, Sichen Zhao wrote: > From: Christian Mauderer >>> There was no real reason. I

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Chris Johns
On 10/08/2017 15:56, Christian Mauderer wrote: > Am 10.08.2017 um 07:46 schrieb Chris Johns: >> On 10/08/2017 15:42, Christian Mauderer wrote: >>> The version here is likely to become out of sync with the sources. To be >>> exact: It already is in your suggestion. >>> freebsd-org/crypto/openssl/REA

[PATCH] ARM: Avoid warnings with -fno-short-enums

2017-08-09 Thread Sebastian Huber
Close #3094. --- rtems/config/tools/rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtems/config/tools/rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg b/rtems/config/tools/rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg index 2672f15..8137651

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Christian Mauderer
Am 10.08.2017 um 07:55 schrieb Chris Johns: > On 10/08/2017 15:34, Christian Mauderer wrote: >> Am 10.08.2017 um 01:08 schrieb Chris Johns: >>> On 10/08/2017 02:29, Sichen Zhao wrote: From: Christian Mauderer >> There was no real reason. I just chose an arbitrary name. >> 'build-include' is

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Christian Mauderer
Am 10.08.2017 um 07:46 schrieb Chris Johns: > On 10/08/2017 15:42, Christian Mauderer wrote: >> The version here is likely to become out of sync with the sources. To be >> exact: It already is in your suggestion. >> freebsd-org/crypto/openssl/README states the version 1.0.2.k. Maybe we >> should re

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Chris Johns
On 10/08/2017 15:34, Christian Mauderer wrote: > Am 10.08.2017 um 01:08 schrieb Chris Johns: >> On 10/08/2017 02:29, Sichen Zhao wrote: >>> From: Christian Mauderer > There was no real reason. I just chose an arbitrary name. > 'build-include' is fine for me too. I would avoid just 'include' becaus

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Chris Johns
On 10/08/2017 15:42, Christian Mauderer wrote: > The version here is likely to become out of sync with the sources. To be > exact: It already is in your suggestion. > freebsd-org/crypto/openssl/README states the version 1.0.2.k. Maybe we > should refer to that file instead? Sure with a specific re

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Christian Mauderer
Am 10.08.2017 um 01:08 schrieb Chris Johns: > On 10/08/2017 02:29, Sichen Zhao wrote: >> From: Christian Mauderer >> >> There are some cases, where a header is installed into a directory with >> a different name then it's source directory. In that case, the build >> might fail because the header i

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Chris Johns
On 10/08/2017 02:29, Sichen Zhao wrote: > From: Christian Mauderer > > There are some cases, where a header is installed into a directory with > a different name then it's source directory. In that case, the build > might fail because the header is not found. One example would be the > . The sour

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Chris Johns
Should we consider an 'OPENSSL.README' file in the top of libbsd to make sure we are covered? Something like: 8<--- The RTEMS LibBSD package contains OpenSSL. Please refer to https://www.openssl.org/ for the legalities related to your use. OpenSSL --- OpenSSL 1.0.2l 25 M

[PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Sichen Zhao
--- builder.py | 58 libbsd.py| 952 +++ libbsd_waf.py| 901 +++- waf_generator.py | 3 + 4 files changed, 1898 insertions(+), 16 deletions(-) diff --git a/builder.py b/bu

[PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Sichen Zhao
From: Christian Mauderer There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the . The source for this file is in freebsd/crypto/openssl/crypto

Re: Current state of RISC-V BSP

2017-08-09 Thread Denis Obrezkov
2017-08-09 2:56 GMT+02:00 Hesham Almatary : > Hi Denis, > > That's good to know. You might want to try running other samples now > that are not low-memory and see if they work. > > Cheers, > Hesham > > On Tue, Aug 8, 2017 at 7:51 PM, Denis Obrezkov > wrote: > > 2017-08-07 0:49 GMT+02:00 Denis Obr