pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 623 forks source link

building toolchain on raspbian #361

Closed yizhoucc closed 5 years ago

yizhoucc commented 5 years ago

when building toolchain on raspi 3b, i encountered a problem with gcc (seems)

Build failed in step 'Installing pass-2 core C gcc compiler'

in the log file, build.log it says [DEBUG] ==> Executing: '/usr/bin/make' '-j5' '-l' 'all-gcc' 'all-target-libgcc' Makefile:3889: recipe for target 'all-gcc' failed

the full log is here.

any help is appreciated!!

piersfinlayson commented 5 years ago

Looks like you ran out of disk (SD card) space:

[ALL ] /usr/bin/ranlib: libbackend.a: No space left on device

yizhoucc commented 5 years ago

ty, that was dumb.

igagis commented 5 years ago

close the issue?