Commit 43adf9c4 authored by Alessandro Rubini's avatar Alessandro Rubini

removed unused compile_all_* scripts

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent db710f4f
#!/bin/sh
# This script simply compiles ppsi both for master and for slave, with
# diagnostic enabled.
make clean;make HAS_FULL_DIAG=y ARCH=gnu-linux WRMODE=master INTERNAL_PRINTF=y
#!/bin/sh
# This script simply compiles ppsi both for master and for slave, with
# diagnostic enabled. Just modify CROSS_COMPILE to use your own toolchain
export CROSS_COMPILE=/opt/lm32/bin/lm32-elf-
echo $CROSS_COMPILE
make clean;make WRMODE=slave HAS_FULL_DIAG=y ARCH=spec INTERNAL_PRINTF=y PROTO_EXT=whiterabbit ppsi-bin && mv ppsi.bin ppsi_slave.bin_
make clean;make WRMODE=master HAS_FULL_DIAG=y ARCH=spec INTERNAL_PRINTF=y PROTO_EXT=whiterabbit ppsi-bin && mv ppsi.bin ppsi_master.bin
mv ppsi_slave.bin_ ppsi_slave.bin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment