snikeguo commented on issue #12333: URL: https://github.com/apache/nuttx/issues/12333#issuecomment-2111927769
> @snikeguo Which environment are you using ? > > https://www.msys2.org/docs/environments/ > > nuttx is currently used on **MSYS environment** > > `The MSYS environment contains the unix-like/cygwin based tools, lives under /usr and is special in that it is always active. All the other environments inherit from the MSYS environment and add various things on top of it.` > > type on terminal window $ uname -s > > what do you see? MINGW64_NT- or MSYS_NT- ? > > then I remind you to do: > > clean the build, > > ` $ make clean -j 2` > > for new board > > `$ make distclean -j 2` (It removes the configuration of the previous board) ``` uname -a MINGW64_NT-10.0-19043 P30008850002A 3.5.3.x86_64 2024-05-06 06:45 UTC x86_64 Msys ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
