<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 4, 2020, 12:18 PM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mike,<br>
<br>
On Sat, Apr 4, 2020 at 10:08 AM Michael Westfall <<a href="mailto:mwestfal@gemini.edu" target="_blank" rel="noreferrer">mwestfal@gemini.edu</a>> wrote:<br>
><br>
> Hi, this is maybe not an RTEMS problem specifically, but I wonder if someone can give me a pointer as to what's going on.<br>
><br>
> I want to build libreadline-6.2 from rtems-addon-packages under RTEMS 5.0.0, but it fails during the ./configure stage with a message that the C compiler can't create executables.<br>
><br>
> mikew@pollux:/gem_sw/targetOS/RTEMS/source/rtems-addon-packages/readline-6.2$ make -f ../RTEMS_Makefiles/Makefile.readline-6.2<br>
> bash_cv_have_mbstate_t=yes ./configure \<br>
> --host=powerpc-rtems \<br>
> --prefix=/gem_sw/targetOS/RTEMS/rtems-5.0.0/powerpc-rtems5 \<br>
> --libdir=/gem_sw/targetOS/RTEMS/rtems-5.0.0/powerpc-rtems5/beatnik/lib \<br>
> --includedir=/gem_sw/targetOS/RTEMS/rtems-5.0.0/powerpc-rtems5/beatnik/lib/include \<br>
> --disable-shared --enable-static<br>
> configure: WARNING: If you wanted to set the --build type, don't use --host.<br>
>     If a cross compiler is detected then cross compile mode will be used.<br>
> checking build system type... x86_64-unknown-linux-gnu<br>
> checking host system type... powerpc-unknown-rtems<br>
><br>
> Beginning configuration for readline-6.2 for powerpc-unknown-rtems<br>
><br>
> checking whether make sets $(MAKE)... yes<br>
> checking for powerpc-rtems-gcc... powerpc-rtems5-gcc --pipe -B/gem_sw/targetOS/RTEMS/rtems-5.0.0/powerpc-rtems5/beatnik/lib/ -specs bsp_specs -qrtems   -mcpu=7400<br>
> checking for C compiler default output file name...<br>
> configure: error: in `/gem_sw/targetOS/RTEMS/source/rtems-addon-packages/readline-6.2':<br>
> configure: error: C compiler cannot create executables<br>
> See `config.log' for more details.<br>
<br>
Can you find the line in config.log that shows which compilation<br>
failed and what was the output of the compiler?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There is a line above with powerpc-unknown-rtems without the 5 on the target. That's likely indicative of the problem.</div><div dir="auto"><br></div><div dir="auto">I converted most of the add-on packages to RSB recipes. I don't recall this one specifically. But eventually they all should be there.. easy enough to create when you actually know the package. I was trying to do them mechanically.</div><div dir="auto"><br></div><div dir="auto"><a href="https://git.rtems.org/rtems-source-builder/tree/rtems/config">https://git.rtems.org/rtems-source-builder/tree/rtems/config</a> is where they would be.<br></div><div dir="auto"><br></div><div dir="auto">--joel</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
> ../RTEMS_Makefiles/Makefile.readline-6.2:9: recipe for target 'all' failed<br>
> make: *** [all] Error 77<br>
> mikew@pollux:/gem_sw/targetOS/RTEMS/source/rtems-addon-packages/readline-6.2$<br>
><br>
> Thanks for any help,<br>
> --<br>
> Mike Westfall<br>
> Control Systems Software Engineer<br>
> _______________________________________________<br>
> users mailing list<br>
> <a href="mailto:users@rtems.org" target="_blank" rel="noreferrer">users@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank" rel="noreferrer">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
</blockquote></div></div></div>