DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
If you forget to do this, 'make' will report an error, "no rule to make libboard.a," and the build will fail.
Rename WINTOOL to CONFIG_CYGWIN_WINTOOL
In your custom board's scripts/Make.defs file, rename any instances of WINTOOL to CONFIG_CYGWIN_WINTOOL.
For example, change this line:
| Code Block | ||||
|---|---|---|---|---|
| ||||
ifeq ($(WINTOOL),y) |
to this:
| Code Block | ||||
|---|---|---|---|---|
| ||||
ifeq ($(CONFIG_CYGWIN_WINTOOL),y) |
See git commit # bd656888f26c92e8832f0e76b395a5ece7704530 in the main NuttX repository.
Major Changes to the Build System
...
Enthusiastic Contributors Welcome!
NuttX is a free open-source project. If you'd like to participate, whether it's to enhance documentation (even these release notes) or dive into the nitty gritty of some low-level drivers, please join us! You can join the conversation at our dev mailing list by emailing dev-subscribe@nuttx.apache.org. The mailing list is open to the public and archived. You can browse older messages at https://lists.apache.org/list.html?dev@nuttx.apache.org.