Re: libbsd include path issue

2017-07-25 Thread Christian Mauderer
Am 25.07.2017 um 00:16 schrieb Chris Johns: > On 25/07/2017 03:09, Christian Mauderer wrote: >> Hm. It seems for me that the subst would substitute some text in a >> source file with some other text and generate a target from it. So that >> most likely could be a nice replacement for the network-co

undefined reference to `xz_crc64'

2017-07-25 Thread Jiri Gaisler
I updated RSB and RTEMS to git head. RSB built fine for sparc, but building the libtests/tar01 RTEMS test now fails with: mv -f .deps/initial_filesystem_tar_xz.Tpo .deps/initial_filesystem_tar_xz.Po sparc-rtems4.12-gcc -B../../../../../leon3/lib/ -specs bsp_specs -qrtems -mcpu=leon3 -O2 -g -ffunct

Re: undefined reference to `xz_crc64'

2017-07-25 Thread Jiri Gaisler
My fault, the file cpukit/libmisc/xz/xz_config.h had somehow been changed to enable XZ_USE_CRC64. A new checkout and regeneration of makefiles with bootstrap solved the problem ... Jiri. On 07/25/2017 10:11 PM, Jiri Gaisler wrote: > I updated RSB and RTEMS to git head. RSB built fine for sparc,