PX4 / PX4-windows-toolchain

Repo containing all scripts to install and use the PX4 Toolchain for Windows.
BSD 3-Clause "New" or "Revised" License
31 stars 100 forks source link

Finally switch to ARM GCC 9, new Cygwin, new Ant, new openJDK #23

Closed MaEtUgR closed 3 years ago

MaEtUgR commented 3 years ago
hamishwillee commented 3 years ago

@MaEtUgR No .msi file? (or on Amazon)? When that exists also need to update https://dev.px4.io/master/en/setup/dev_env_windows_cygwin.html

MaEtUgR commented 3 years ago

@hamishwillee Right, I tagged to make CI build a new installer but it failed. Then I debugged locally since the error message is unexpected and it's reproducable but still hard to find. Maybe it has something to do with the size or number of files. Not solved yet. I'll run CI again once I figured it out.

hamishwillee commented 3 years ago

Thanks @MaEtUgR . Been wondering when this would arrive :-)

MaEtUgR commented 3 years ago

I figured the main problem is file size. The files to compress into the installer archive exceed 2GB and that's not supported in WiX. So I need to either find a way to strip it down or split it up into multiple archives (which is tedious to download). I checked and the reason is Cygwin increasing its size of the base installation.