Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.13.1
-
None
-
Windows 7, Qt Automotive Suite snapshot 5.13.1 installed (cross toolchain for NUC and Image).
Description
When running environment-setup-corei7-64-poky-linux.bat, it hangs the command line where it is run.
How to reproduce:
- install b2qt toolchain for intel NUC from windows qt installer.
- run cmd.exe
- go to directory where toolchain was installed.
- run environment-setup-corei7-64-poky-linux.bat
Expected result - environment variables set, everything working.
Got - console hangs, ctrl-c does not work.
To fix: last line in the bat file should be commented out.
(@%COMSPEC% \C exit 0 > NUL )