Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Cannot Compile, cywin_exception. #13474

Closed
3 tasks
jonspraggins opened this issue Jul 6, 2021 · 4 comments
Closed
3 tasks

[Bug] Cannot Compile, cywin_exception. #13474

jonspraggins opened this issue Jul 6, 2021 · 4 comments

Comments

@jonspraggins
Copy link

jonspraggins commented Jul 6, 2021

Describe the Bug

Attempting to compile for MassDrop CTRL keyboard.

[Jon@Jon-MBBC ~]$ qmk compile -kb massdrop/ctrl -km default
Ψ Compiling keymap with make -j 1 massdrop/ctrl:default


QMK Firmware 0.13.19
      0 [] make 2484 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
☒ Invalid return_code: 35584

System Information

  • Keyboard: MassDrop CTRL
    • Revision (if applicable):
  • Operating system: Windows 10
  • AVR GCC version: avr-gcc.exe (GCC) 8.4.0
  • ARM GCC version: arm-none-eabi-gcc.exe (GCC) 10.1.0
  • QMK Firmware version: 0.13.19
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other:

Additional Context

[Jon@Jon-MBBC ~]$ qmk doctor
Ψ QMK Doctor is checking your environment.
Ψ CLI version: 0.1.0
Ψ QMK home: C:/Users/Jon/qmk_firmware
Ψ Detected Windows 10 (10.0.19041).
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 10.1.0
Ψ Found avr-gcc version 8.4.0
Ψ Found avrdude version 6.3
Ψ Found dfu-util version 0.10
Ψ Found dfu-programmer version 0.7.2
Ψ Submodules are up to date.
@reversefold
Copy link

Having the same problem myself.

[paper@CORSAIRONE qmk_firmware]$ qmk compile -kb ergodox_ez/glow -km default
Ψ Compiling keymap with make -j 1 ergodox_ez/glow:default


QMK Firmware 0.13.19
      1 [] make 680 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
☒ Invalid return_code: 35584
[paper@CORSAIRONE qmk_firmware]$ qmk doctor
Ψ QMK Doctor is checking your environment.
Ψ CLI version: 0.1.0
Ψ QMK home: C:/Users/paper/qmk_firmware
Ψ Detected Windows 10 (10.0.19041).
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 10.1.0
Ψ Found avr-gcc version 8.4.0
Ψ Found avrdude version 6.3
Ψ Found dfu-util version 0.10
Ψ Found dfu-programmer version 0.7.2
Ψ Submodules are up to date.
Ψ QMK is ready to go

@Fuvell
Copy link

Fuvell commented Jul 6, 2021

Can confirm. Experiencing same issues.

Ψ Compiling keymap with make -j 1 gmmk/pro:default


QMK Firmware 0.13.18
      0 [] make 639 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
☒ Invalid return_code: 35584

with the qmk doctor results of

Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 10.1.0
Ψ Found avr-gcc version 8.4.0
Ψ Found avrdude version 6.3
Ψ Found dfu-util version 0.10
Ψ Found dfu-programmer version 0.7.2
Ψ Submodules are up to date.
Ψ QMK is ready to go

@maxronner
Copy link

maxronner commented Jul 6, 2021

Also affected by this issue.

Ψ Compiling keymap with make -j 1 planck/rev6:default


QMK Firmware 0.13.12
      0 [] make 1945 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
☒ Invalid return_code: 35584
Ψ CLI version: 0.1.0
Ψ QMK home: C:/Users/myuser/qmk_firmware
Ψ Detected Windows 10 (10.0.19041).
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 10.1.0
Ψ Found avr-gcc version 8.4.0
Ψ Found avrdude version 6.3
Ψ Found dfu-util version 0.10
Ψ Found dfu-programmer version 0.7.2
Ψ Submodules are up to date.
Ψ QMK is ready to go

EDIT: I was able to compile by removing unused directories from /qmk_firmware/keyboards.

@tzarc
Copy link
Member

tzarc commented Jul 6, 2021

Dupe of #13416.

@tzarc tzarc closed this as completed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants