URL
https://opencores.org/ocsvn/turbo8051/turbo8051/trunk
Show entire file |
Details |
Blame |
View Log
Rev 53 |
Rev 57 |
Line 1... |
Line 1... |
#!/bin/tcsh -f
|
#!/bin/tcsh -f
|
echo $1
|
echo $1
|
sdcc --model-large -I /home/dinesha/download/sdcc/device/include/mcs51 -I /home/dinesha/download/sdcc/device/include/ -L /home/dinesha/download/sdcc/device/lib/build/large -c $1.c
|
sdcc --model-large -I /cygdrive/c/Program\ Files/SDCC/bin/sdcc/device/include/mcs51 -I /cygdrive/c/Program\ Files/SDCC/bin/sdcc/device/include/ -L /cygdrive/c/Program\ Files/SDCC/bin/sdcc/device/lib/build/large -c $1.c
|
sdcc --model-large -I /home/dinesha/download/sdcc/device/include/mcs51 -I /home/dinesha/download/sdcc/device/include/ -L /home/dinesha/download/sdcc/device/lib/build/large --code-loc 0x10 --data-loc 0x30 --stack-loc 0x20 --xram-loc 0x0000 $1.rel
|
sdcc --model-large -I /cygdrive/c/Program\ Files/SDCC/bin/sdcc/device/include/mcs51 -I /cygdrive/c/Program\ Files/SDCC/bin/sdcc/device/include/ -L /cygdrive/c/Program\ Files/SDCC/bin/sdcc/device/lib/build/large --code-loc 0x10 --data-loc 0x30 --stack-loc 0x20 --xram-loc 0x0000 $1.rel
|
packihx $1.ihx > $1.hex
|
packihx $1.ihx > $1.hex
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.