[PATCH] rsb: Fix Spike build
Christian Mauderer
oss at c-mauderer.de
Wed Apr 8 09:18:30 UTC 2020
Hello Hesham and Joel,
On 07/04/2020 16:01, Joel Sherrill wrote:
> Please apply your Christian's and your patch.
I haven't created a patch for 1.4 yet. But it's quite straightforward.
So maybe just create one instead of applying mine.
Best regards
Christian
>
> Also bump the dtc base package version number.
>
> I thought we settled on 1.4.
>
> --joel
>
> On Tue, Apr 7, 2020 at 3:56 AM Hesham Almatary
> <Hesham.Almatary at cl.cam.ac.uk <mailto:Hesham.Almatary at cl.cam.ac.uk>> wrote:
>
> * There is no all$ target in Spike
> * There is no longer --with-fesvr flag since fesvr is source-inlined
> by default
> ---
> source-builder/config/spike-1-1.cfg | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/source-builder/config/spike-1-1.cfg
> b/source-builder/config/spike-1-1.cfg
> index 760e1cc..e731348 100644
> --- a/source-builder/config/spike-1-1.cfg
> +++ b/source-builder/config/spike-1-1.cfg
> @@ -37,10 +37,9 @@ URL:
> https://github.com/riscv/riscv-isa-sim/
> cd ${source_dir_spike}
>
> ./configure \
> - --prefix=%{_prefix} \
> - --with-fesvr=%{_prefix}
> + --prefix=%{_prefix}
>
> - %{__make} %{?_smp_mflags} all$
> + %{__make} %{?_smp_mflags}
>
> cd ${build_top}
>
> --
> 2.17.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org <mailto:devel at rtems.org>
> http://lists.rtems.org/mailman/listinfo/devel
>
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
More information about the devel
mailing list