Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAlex,
I have fixed the bug of elf2flt. And the next snapshot should work without special attention.tar jxf buildroot-snapshot.tar.bz2
cd buildroot
mkdir dl
cd dl
unzip ...../configs.zip
cp ..../gcc*bz2 ..../*snapshot*bz2 . # copy those files into dl
cd buildroot
make defconfig
cp dl/buildroot.config .config
make What is the file which it trys to download?