Skip to content

Windows: fatal error: no input files #2629

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

Closed
ffissore opened this issue Feb 11, 2015 · 1 comment
Closed

Windows: fatal error: no input files #2629

ffissore opened this issue Feb 11, 2015 · 1 comment
Labels
Component: Toolchain The tools used for compilation and uploading to Arduino boards OS: Windows Specific to the Windows version of the Arduino IDE

Comments

@ffissore
Copy link
Contributor

If windows username contains an apostrophe, gcc will exit with

C:\Program Files (x86)\Arduino/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10600 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard C:\Users\Nossy's\AppData\Local\Temp\build6974638485453936752.tmp\Blink.cpp -o C:\Users\Nossy's\AppData\Local\Temp\build6974638485453936752.tmp\Blink.cpp.o

avr-g++: error: C:\Users\Nossys\AppData\Local\Temp\build6974638485453936752.tmp\Blink.cpp -o C:\Users\Nossys\AppData\Local\Temp\build6974638485453936752.tmp\Blink.cpp.o: No such file or directory
avr-g++: fatal error: no input files
compilation terminated.
Error compiling.

Using newer win toolchain, which does not depend on cygwin, fixes the issue. See #2568

@ffissore ffissore added OS: Windows Specific to the Windows version of the Arduino IDE Component: Toolchain The tools used for compilation and uploading to Arduino boards labels Feb 11, 2015
@ffissore
Copy link
Contributor Author

ffissore commented Mar 2, 2015

Fixed with #2658

@ffissore ffissore closed this as completed Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Toolchain The tools used for compilation and uploading to Arduino boards OS: Windows Specific to the Windows version of the Arduino IDE
Projects
None yet
Development

No branches or pull requests

1 participant