[PATCH] common: Remove probably superfluous import

2020-07-06 Thread Sebastian Huber
The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_') --- common/rtemsdomain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/rtemsdomain.py b/common/

Re: NEW BUILD SYSTEM: Cannot build rtems-libbsd

2020-07-06 Thread Sebastian Huber
Hello, the problem is that the new build system doesn't export optimization flags such as -Wl,--gc-sections. The libbsd build should enable this linker option unconditionally. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47

Re: NEW BUILD SYSTEM: Cannot build rtems-libbsd

2020-07-06 Thread Niteesh G. S.
Hello Christian, On Tue, Jul 7, 2020 at 1:45 AM Christian Mauderer wrote: > Hello Niteesh, > > I think there are multiple problems: > > 1. libbsd isn't adapted yet. There is a "rtems_version" in the wscript > that you have to set to 6. > I was already aware of this. So while configuring rtems-l

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-06 Thread Gedare Bloom
On Mon, Jul 6, 2020 at 5:49 PM Joel Sherrill wrote: > > > > On Mon, Jul 6, 2020, 6:14 PM Gedare Bloom wrote: >> >> On Mon, Jul 6, 2020 at 10:12 AM Mritunjay Sharma >> wrote: >> > >> > Hello everyone, >> > >> > Thank you, Heinz, Gedare, Chris and Joel for your advice. >> > If there are issues in

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-06 Thread Joel Sherrill
On Mon, Jul 6, 2020, 6:14 PM Gedare Bloom wrote: > On Mon, Jul 6, 2020 at 10:12 AM Mritunjay Sharma > wrote: > > > > Hello everyone, > > > > Thank you, Heinz, Gedare, Chris and Joel for your advice. > > If there are issues in making a buildset for 4.10 > > then should I build EPICS with RTEMS 5

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-06 Thread Gedare Bloom
On Mon, Jul 6, 2020 at 10:12 AM Mritunjay Sharma wrote: > > Hello everyone, > > Thank you, Heinz, Gedare, Chris and Joel for your advice. > If there are issues in making a buildset for 4.10 > then should I build EPICS with RTEMS 5 by hand first and note > down the process and then proceed to make

Re: NEW BUILD SYSTEM: Cannot build rtems-libbsd

2020-07-06 Thread Christian Mauderer
Hello Niteesh, I think there are multiple problems: 1. libbsd isn't adapted yet. There is a "rtems_version" in the wscript that you have to set to 6. 2. At least for me: There are some files not installed but should be there. To be exact: `$PREFIX/share/rtems6`. The files in this folder should b

Re: NEW BUILD SYSTEM: Cannot build rtems-libbsd

2020-07-06 Thread Niteesh G. S.
Hello all, This thread has lost activity for quite some time. Can someone please provide a solution to this. This is blocking me from testing my patches with libbsd. Thanks, Niteesh. On Tue, Jun 30, 2020 at 1:12 AM Christian Mauderer wrote: > Hello, > > On 29/06/2020 21:39, Niteesh G. S. wrote

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-06 Thread Mritunjay Sharma
Hello everyone, Thank you, Heinz, Gedare, Chris and Joel for your advice. If there are issues in making a buildset for 4.10 then should I build EPICS with RTEMS 5 by hand first and note down the process and then proceed to make the buildset for it? Please suggest for the future steps. Thanks Mri