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

v0.8 having installation issue #12

Open wujoho opened 4 years ago

wujoho commented 4 years ago

My system specs: A new installed Windows 10 Pro 64-bit in Oracle VM VirtualBox

Followed steps in https://dev.px4.io/master/en/setup/dev_env_windows_cygwin.html and got the bellow errors at step 3 in the bash window: px4_error_1 px4_error_2

Regards

simkslv commented 4 years ago

I have the same problem with Win 7 Pro and Win 10 Pro. (Not used VM) Did you install Visual studio at your win 10 on VM?

MaEtUgR commented 4 years ago

Hey @wujoho @simkslv, thanks for the feedback. Apparently someone broke the simulation running on Windows. I presume it's a https://github.com/PX4/Firmware issue and not related to your toolchain installation. To verify you can check out the last stable release using the command git checkout v1.10.0 and run simulation again make posix jmavsim.

Did you install Visual studio at your win 10 on VM?

This toolchain has NO additional dependencies, there's no need to install Visual Studio.

wujoho commented 4 years ago

Hi @MaEtUgR I still got error when using v1.10.0, attached my command lines: log.txt

It seems to be the OpenGL version issue in my VM? Do I need to install Java in this Windows 10 in VM? image