windows ports: mention conio.h not found in msys2 32-bit and/or 32-bit toolchain

This commit is contained in:
Matthias Ringwald 2020-03-18 10:26:22 +01:00
parent 3251a10887
commit 0af1bfd99d
4 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,9 @@ In the MSYS2 shell, you can install everything with pacman:
$ make
Note: When compiling with msys2-32 bit and/or the 32-bit toolchain, compilation fails
as `conio.h` seems to be mission. Please use msys2-64 bit with the 64-bit toolchain for now.
## Run example
Just run any of the created binaries, e.g.

View File

@ -25,6 +25,9 @@ With mingw64-w64 installed, just go to the port/windows-winusb directory and run
$ cd btstack/port/windows-winusb
$ make
Note: When compiling with msys2-32 bit and/or the 32-bit toolchain, compilation fails
as `conio.h` seems to be mission. Please use msys2-64 bit with the 64-bit toolchain for now.
## Console Output
When running the examples in the MSYS2 shell, the console input (via btstack_stdin_support) doesn't work. It works in the older MSYS and also the regular CMD.exe environment. Another option is to install WinPTY and then start the example via WinPTY like this:

View File

@ -35,6 +35,9 @@ With mingw64-w64 installed, just go to the port/windows-winusb directory and run
$ cd btstack/port/windows-winusb
$ make
Note: When compiling with msys2-32 bit and/or the 32-bit toolchain, compilation fails
as `conio.h` seems to be mission. Please use msys2-64 bit with the 64-bit toolchain for now.
## Console Output
When running the examples in the MSYS2 shell, the console input (via btstack_stdin_support) doesn't work. It works in the older MSYS and also the regular CMD.exe environment. Another option is to install WinPTY and then start the example via WinPTY like this:

View File

@ -36,6 +36,9 @@ With mingw64-w64 installed, just go to the port/windows-winusb directory and run
$ cd btstack/port/windows-winusb
$ make
Note: When compiling with msys2-32 bit and/or the 32-bit toolchain, compilation fails
as `conio.h` seems to be mission. Please use msys2-64 bit with the 64-bit toolchain for now.
## Console Output
When running the examples in the MSYS2 shell, the console input (via btstack_stdin_support) doesn't work. It works in the older MSYS and also the regular CMD.exe environment. Another option is to install WinPTY and then start the example via WinPTY like this: