-
Notifications
You must be signed in to change notification settings - Fork 232
Argument list too long #251
Comments
Same here, with 1.6.4. |
same error . Arduino IDE 1.6.4 |
arghhhhh... same thing with 1.5.6 =/ |
Just tried running it with the verbose option. The problem really is what the error describes. It lists all possible include paths to the compiler, and it won't even fit to my terminal buffer to display all of it. |
I can confirm this issue as well. Ino: f23ee5c, Ubuntu: 14.04, Arduino: 1.6.5 |
I would guess that this line is problematic: Line 224 in f23ee5c
|
Apparently it creates a 15MB Makefile.deps. I changed line #224 to |
@josh-kaplan, That fixed it for me on Ubuntu 14.04! Thanks. I now have 1.6.6 installed. See my list of other necessary fixes in #260. |
Getting this error... :( Arduino version: 1.8.5 |
Searching for Arduino lib version file (version.txt) ... /usr/share/arduino/lib/version.txt Detecting Arduino software version ... 1.6.3 (1.6.3) avr-gcc: error trying to exec '/home/user1/apps/arduino/hardware/tools/avr/bin/../libexec/gcc/avr/4.8.1/cc1plus': execv: Argument list too long make: *** [.build/uno/src/sketch.d] Error 1 Make failed with code 2
OS: Ubuntu-based Linux Mint
The text was updated successfully, but these errors were encountered: