mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
windows ports: mention conio.h not found in msys2 32-bit and/or 32-bit toolchain
This commit is contained in:
parent
3251a10887
commit
0af1bfd99d
@ -46,6 +46,9 @@ In the MSYS2 shell, you can install everything with pacman:
|
|||||||
|
|
||||||
$ make
|
$ 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
|
## Run example
|
||||||
|
|
||||||
Just run any of the created binaries, e.g.
|
Just run any of the created binaries, e.g.
|
||||||
|
@ -25,6 +25,9 @@ With mingw64-w64 installed, just go to the port/windows-winusb directory and run
|
|||||||
$ cd btstack/port/windows-winusb
|
$ cd btstack/port/windows-winusb
|
||||||
$ make
|
$ 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
|
## 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:
|
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:
|
||||||
|
@ -35,6 +35,9 @@ With mingw64-w64 installed, just go to the port/windows-winusb directory and run
|
|||||||
$ cd btstack/port/windows-winusb
|
$ cd btstack/port/windows-winusb
|
||||||
$ make
|
$ 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
|
## 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:
|
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:
|
||||||
|
@ -36,6 +36,9 @@ With mingw64-w64 installed, just go to the port/windows-winusb directory and run
|
|||||||
$ cd btstack/port/windows-winusb
|
$ cd btstack/port/windows-winusb
|
||||||
$ make
|
$ 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
|
## 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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user