which is the last correct compile version on cygwin?
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
Hi:
I have try the master branch and remotes/origin/releases/12.2 both get the rusult as following.When I use nuttx 2 years ago,it can run correctly.Is it a new problem or there is some thing I configure is not correct?It seems like that the cygwin pass the cygwin type path to the arm-none-eabi-gcc compiler,and the compiler can't find it.
```
Create version.h
LN: platform/board to /cygdrive/d/openSource/nuttx-git/apps/platform/dummy
Register: hello
Register: nsh
Register: sh
./builtin_list.c:25:10: fatal error: nuttx/config.h: No such file or directory
25 | #include
| ^~~~~~~~~~~~~~~~
compilation terminated.
ERROR: arm-none-eabi-gcc failed: 1
command: arm-none-eabi-gcc -MT ./builtin_list.c.cygdrive.d.openSource.nuttx-git.apps.builtin.o -M '-Wstrict-prototypes' '-Os' '-fno-strict-aliasing' '-fomit-frame-pointer' '-mthumb' '-Wa,-mthumb' '-Wa,-mimplicit-it=always' '-fno-common' '-Wall' '-Wshadow' '-Wundef' '-ffunction-sections' '-fdata-sections' '-mlittle-endian' '-march=armv7e-m' '-mtune=cortex-m4' '-mfloat-abi=soft' '-isystem' '/cygdrive/d/openSource/nuttx-git/nuttx/include' '-D__NuttX__' '-DNDEBUG' '-D__KERNEL__' '-pipe' '-I' '/cygdrive/d/openSource/nuttx-git/apps/include' ./builtin_list.c
make[2]: *** [/cygdrive/d/openSource/nuttx-git/apps/Application.mk:257: .depend] Error 1
make[1]: *** [Makefile:57: /cygdrive/d/openSource/nuttx-git/apps/builtin_depend] Error 2
make: *** [tools/Unix.mk:601: pass2dep] Error 2
```
Contributor guide
Assessment
This issue has not been assessed yet.