Re: rtems-tools elftoolchain update

2018-04-30 Thread Sebastian Huber
On 30/04/18 10:47, Chris Johns wrote: On 30/4/18 5:34 pm, Sebastian Huber wrote: On 30/04/18 09:30, Chris Johns wrote: On 30/04/2018 16:19, Sebastian Huber wrote: it builds on Linux (GCC 7.3.0) with the following warnings: Does this fix it? https://git.rtems.org/rtems-tools/commit/?id=e0

Re: rtems-tools elftoolchain update

2018-04-30 Thread Chris Johns
On 30/4/18 5:34 pm, Sebastian Huber wrote: > On 30/04/18 09:30, Chris Johns wrote: >> On 30/04/2018 16:19, Sebastian Huber wrote: >>> it builds on Linux (GCC 7.3.0) with the following warnings: >>> >> Does this fix it? >> >>   >> https://git.rtems.org/rtems-tools/commit/?id=e0a52a4fe49da602245f6b30

Re: rtems-tools elftoolchain update

2018-04-30 Thread Sebastian Huber
On 30/04/18 09:30, Chris Johns wrote: On 30/04/2018 16:19, Sebastian Huber wrote: it builds on Linux (GCC 7.3.0) with the following warnings: Does this fix it? https://git.rtems.org/rtems-tools/commit/?id=e0a52a4fe49da602245f6b306a7d7c7c8db9aa32 I used this commit. The warnings are in di

Re: rtems-tools elftoolchain update

2018-04-30 Thread Chris Johns
On 30/04/2018 16:19, Sebastian Huber wrote: > > it builds on Linux (GCC 7.3.0) with the following warnings: > Does this fix it? https://git.rtems.org/rtems-tools/commit/?id=e0a52a4fe49da602245f6b306a7d7c7c8db9aa32 Chris ___ devel mailing list devel

Re: rtems-tools elftoolchain update

2018-04-29 Thread Sebastian Huber
Hello Chris, it builds on Linux (GCC 7.3.0) with the following warnings: ../rtemstoolkit/ConvertUTF.c: In function ‘ConvertUTF16toUTF8’: ../rtemstoolkit/ConvertUTF.c:270:65: warning: this statement may fall through [-Wimplicit-fallthrough=]   case 4: *--target = (UTF8)((ch | byteMark) & by

rtems-tools elftoolchain update

2018-04-29 Thread Chris Johns
Hi, I have pushed an updated elftoolchain to the rtems-tools repo. I have tested it on FreeBSD, MacOS and Windows. Included is the libdwarf support in elftoolchain and I am in the process of providing a C++ framework for working DWARF info. Please test on Linux and also building all BSP tests.