<div dir="ltr">Hi ,<div>I am trying to build libxml which is a dependency for Rock on rtems.I have created the buildset file and the configuration files as mentioned in the RSB documentation.I give the following command from my shell<div><br></div><div><div>$ ../source-builder/sb-set-builder --log=log_libxml_log --prefix=/home/sambeet/NewRockPort/x86/Install/rtems/4.11.0-rc3/ --host=i386-rtems-4.11 --with-rtems-bsp=i386-rtems4.11/pc486 textproc/libxml</div></div><div> and I get the output </div><div><br></div><div><div>RTEMS Source Builder - Set Builder, 4.12 (5a4af9013998 modified)</div><div>Build Set: textproc/libxml</div><div>config: textproc/libxml2-2.7.8.cfg</div><div>error: config error: rtems-bsp.cfg:27: No RTEMS target specified: --rtems-bsp=arch/bsp (or --target=target)</div><div>Build FAILED</div><div>Build Set: Time 0:00:00.006336</div><div>Build FAILED</div></div><div><br></div><div>Even though I specified the BSP, I also tried --with-rtems-bsp=pc486 still it gives the same error. i am also attaching the contents of the version specific .cfg file</div><div><br></div><div><div>#</div><div>#LIBXML2_2.7.8 1</div><div>#</div><div><br></div><div>%if %{release} == %{nil}</div><div> %define release 1</div><div>%endif</div><div><br></div><div>%include %{_configdir}/rtems-bsp.cfg</div><div><br></div><div>#</div><div>#libxml version</div><div>#</div><div>%define libxml_version 2.7.8</div><div><br></div><div>#</div><div>#Patch for RTEMS support</div><div>#</div><div>%patch add %(_patchdir)/libxml.diff</div><div><br></div><div>#</div><div>#libxml build configuration</div><div>#</div><div>%include %{_configdir}/libxml2-2.7.8.cfg</div></div><div><br></div><div><br></div><div><br></div><div>How can I resolve this?</div></div><div>Regards</div><div>Sambeet</div></div>