removed pdclib, strange things were happening..., user shell kinda works now
This commit is contained in:
17
build_programs.sh
Executable file
17
build_programs.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
mkdir -p programs/lib
|
||||
mkdir -p programs/bin
|
||||
|
||||
cp rocklibc/rlibc.a programs/lib
|
||||
|
||||
cd programs
|
||||
|
||||
cd rocksh
|
||||
|
||||
make clean
|
||||
bear -- make
|
||||
cp rocksh.elf ../bin
|
||||
|
||||
cd ../..
|
||||
Reference in New Issue
Block a user