tooks/kconfig: Win32 build (GIT8266O-816)#1239
Open
Sonic-Amiga wants to merge 3 commits intoespressif:masterfrom
Open
tooks/kconfig: Win32 build (GIT8266O-816)#1239Sonic-Amiga wants to merge 3 commits intoespressif:masterfrom
Sonic-Amiga wants to merge 3 commits intoespressif:masterfrom
Conversation
New MSYS2/MinGW is a pure Windows environment due to ABI differences on 64 bits. Therefore UNIX calls are not available when building for mingw target. Avoid creating UNAME_RELEASE symbol, which is taken from current Linux kernel version. Anyways this isn't important for this SDK. Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
Author
|
Hello everyone! I see this SDK is being actively worked on. I've got myself a project and i like new environment. So i am bulding in a modern version of MSYS2/MinGW64 environment, which requires some tweaks to the SDK. I hope you'll be interested |
On native Windows ncurses Esc key is reported immediately on first press. Adjust on_key_esc() to work correctly in this scenario Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
Author
|
Added one more patch; now kconfig fully works. |
On Windows rename() does not overwrite existing file but errors out. Handle that by explicitly erasing what should be erased. Saving configuration now works. Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
Author
|
One more fix for overwriting the config. |
Author
|
@donghengqaz @cwespressif hello! Gentle PING |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New MSYS2/MinGW is a pure Windows environment due to ABI differences on 64 bits. Therefore UNIX calls are not available when building for mingw target. Avoid creating UNAME_RELEASE symbol, which is taken from current Linux kernel version. Anyways this isn't important for this SDK.