<div dir="ltr"><div>I think the problem is in this command. </div><div dir="ltr"><br></div><div dir="ltr">../source-builder/sb-set-builder --log=log_sqlite.txt --prefix=~/projects/rtems-5.0/target/rva9-libbsd-19q1/rtems-package --with-tools=/opt/rtems5.0-arm-19q1 --target=realview_pbx_a9_qemu --host=arm-rtems5.0 databases/sqlite<br></div><div dir="ltr"><br></div><div>From <a href="https://docs.rtems.org/branches/master/user/rsb/third-party-packages.html#">https://docs.rtems.org/branches/master/user/rsb/third-party-packages.html#</a></div><div><br></div><div><pre style="box-sizing:border-box;font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;padding:12px;line-height:1.5;overflow:auto;color:rgb(64,64,64)">../source-builder/sb-set-builder --log=log_sis_net_snmp \
    --prefix=$HOME/development/rtems/bsps/4.11 \
    --with-tools=$HOME/development/rtems/4.11 \
    --host=sparc-rtems4.11 --with-rtems-bsp=erc32 4.11/net-mgmt/net-snmp</pre></div><div><br></div><div>By specifying host and target, it looks like you are doing a Canadian cross. </div><div><br></div><div>Hopefully Chris can pop up and verify the command. Offhand, I am not sure </div><div>if the command in the documentation is correct.</div><div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 9:25 AM Jonathan Brandmeyer <<a href="mailto:jbrandmeyer@planetiq.com">jbrandmeyer@planetiq.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">My team hasn't gotten to the stage of actually using SQLite in the<br>
RTEMS environment yet, but it builds just fine.  We don't use<br>
rtems-source-builder to do it.  We are just using the latest stable<br>
amalgamation release, supplied by <a href="http://sqlite.org" rel="noreferrer" target="_blank">sqlite.org</a>.  We build it with the<br>
same options that the configure script normally uses to build a .so on<br>
Linux, except that we also specify -DSQLITE_OMIT_LOAD_EXTENSION.  I've<br>
seen some documentation to the effect that rtems actually does support<br>
dlopen/dlsym, but we haven't tried it and we don't need it for our<br>
mission.<br>
<br>
If I understand correctly, the only conflicts with RTEMS should be<br>
SQLIte's dependency on mmap.  RTEMS does not provide virtual memory at<br>
all, so mmap and kin are only stub functions that return an error.<br>
The SQLite3 documentation does describe how to configure the<br>
write-ahead log (WAL) in such a way that it should not rely on mmap at<br>
runtime, though.<br>
<br>
Hope that helps,<br>
-- <br>
Jonathan Brandmeyer<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
</blockquote></div>