Re: [Pan-users] Cross compiling pan

2024-08-15 Thread Emil Tomczyk
> 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!

Re: [Pan-users] Cross compiling pan

2024-08-15 Thread Dominique Dumont
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