Open hsiboy opened 9 years ago
Gah, ffs.
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
as you were.
I'm facing the same problem presented above.But unable to understand your proposed solution. Can you please elaborate that?
Would you mind posting the full build (And error) log?
I met the same problem. It should be solved by add your "xtensa-lx106-elf-gcc/bin/" to PATH.
But I solved it like this (assume /usr/games/ in PATH, and if I'm wrong, easy to delete them):
sudo cp -r ~/xtensa-lx106-elf-gcc/bin/* /usr/games/
Hey Charles.
This has got me scratching my head.
I stood up a new ubuntu/trusty64 instance via vagrant, ssh'd in and apt-get installed all the usual build tools/libs and git. So i have a squeaky clean build environment, with everything i need. From then, i follow your instructions, and everything seems to go well, gcc seems to build forever, and doesn't bomb out. except when i run make on your project i get
/home/vagrant/esp8266/xtensa-toolchain-build/build-lx106/root/bin/xtensa-lx106-elf-gcc: not found
and indeed gcc is not in there, everything else is though:i've been through the loop twice on this, and cant see why gcc isn't getting built.
what did i miss??
edit: fixed markdown