Re: Issues with cross compilation
I finally managed to get execline to compile - turns out there was an error in
the options I had passed to configure:
> ./configure --host=armeb-linux-musleabi --prefix=/usr/local --disable-shared \
> --with-sysdeps=/path/to/sysdeps.cfg/ \
> --with-include=/path/to/staging/usr/local/include \
> --with-lib=/path/to/staging/usr/local/lib
>
The '--with-lib' line should instead point to
'/path/to/staging/usr/local/lib/skalibs' - I hadn't noticed that skalibs puts its
static libraries in a subdirectory of the library directory.
Regards,
multiplex'd
Received on Wed May 03 2017 - 08:30:39 UTC
This archive was generated by hypermail 2.3.0
: Sun May 09 2021 - 19:38:49 UTC