> This produces a small executable that is run to test this features. If
> this small executable is built for armv7, you may have some issue on
> this test.
This is it, I've added line to the package definition to use qemu during
cross-compilations. Now everything compiles as intended :)
Thanks!
Hi
On Thursday, 15 August 2024 13:22:50 CEST Emil Tomczyk wrote:
> I'm trying to update Void's package to 0.160 and CMake. I have trobule
> with cross compilation.
Huh... On Debian, package are built on target system, thus we avoid cross
compilation issues.
No matter, I'll try to help you ther
Hello,
I'm trying to update Void's package to 0.160 and CMake. I have trobule
with cross compilation. When I compile on x86_64 for e.g. armv7l I
receive following error:
```
CMake Error: try_run() invoked in cross-compiling mode, please set the
following cache variables appropriately:
HAVE_LK
Detlef Graef via Pan-users posted on Wed, 14 Aug 2024 09:18:05 +0200 as
excerpted:
> You can install a newer version of Pan for Fedora from here:
>
> https://copr.fedorainfracloud.org/coprs/dgraef/Pan/
>
> At the moment version 0.159 is avaliable. I will update it to 0.160 when
> I will have tim