Date: Mon, 25 Sep 2017 13:58:52 +0300 From: Darius Mihai <dariusmihaim@gmail.com> To: freebsd-virtualization@freebsd.org, freebsd-arm@freebsd.org Subject: Cross-compiling socat Message-ID: <CAPj=67twLBUm5ks5i_F7GfiLMiptJMSeM5jk3aXn-p14ej2rgQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello all, I am currently implementing the VirtIO devices for bhyve on ARM, more specifically the VirtIO-console device. However, I am stuck since I need to use 'socat' on the host, but cross-compiling always fails (the ports do not seem to have a straight-forward make system for cross-compiling as far as I could tell). I have tried using `./configure --host=amd64 --build=armv6 CC=arm-none-eabi-gcc`, in the 'work/socat-1.7.3.2' directory, but this doesn't seem to work. If anyone could provide any insight, it would be greatly appreciated. Have a nice day, Darius
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPj=67twLBUm5ks5i_F7GfiLMiptJMSeM5jk3aXn-p14ej2rgQ>