-
1Step 1
Clone the three source repos.
-
2Step 2
mkdir bekkat1 cd bexkat1 mkdir gcc binutils newlib
-
3Step 3
cd binutils $(BINUTILSREPOPATH)/configure --target=bexkat1-elf make sudo make install
-
4Step 4
cd ../gcc $(GCCREPOPATH)/configure --target=bexkat1-elf --enable-languages=c --disable-libssp make sudo make install
-
5Step 5
cd ../newlib $(NEWLIBREPOPATH)/configure --target=bexkat1-elf make sudo make install
-
6Step 6
You also need to install a de2.specs file by hand right now. I need to integrate that into the newlib installation process.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.