Skip to content

Compilation fails (generating function prototypes?) #6444

@bobsuname

Description

@bobsuname

Here's the last part of the verbose output (same problem occurs if compiling for UNO):

Generating function prototypes...
"C:\Users\Bob Gilman\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -flto -w -x c++ -E -CC -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_PROMICRO -DARDUINO_ARCH_AVR  -DUSB_VID=0x1b4f -DUSB_PID=0x9206 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="SparkFun Pro Micro"' "-IC:\Users\Bob Gilman\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.19\cores\arduino" "-IC:\Users\Bob Gilman\AppData\Local\Arduino15\packages\SparkFun\hardware\avr\1.1.5\variants\promicro" "C:\Users\BOBGIL~1\AppData\Local\Temp\arduino_build_399105\sketch\TestEDEKeypad.ino.cpp" -o "C:\Users\BOBGIL~1\AppData\Local\Temp\arduino_build_399105\preproc\ctags_target_for_gcc_minus_e.cpp"
exit status -1073741515
Error compiling for board SparkFun Pro Micro.

Not much of a clue. I found a bad prototype in a library header file that isn't used by the sketch I was trying to compile, but fixing it didn't change the failure. Ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions