mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Modified scripts
This commit is contained in:
@@ -2,8 +2,8 @@ cd build
|
||||
#arm-none-eabi-insight &
|
||||
#/opt/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
arm-none-eabi-insight ; pkill qemu-system-arm
|
||||
#arm-none-eabi-gdb ; pkill qemu-system-arm
|
||||
arm-none-linux-gnueabi-insight ; pkill qemu-system-arm
|
||||
#arm-none-linux-gnueabi-gdb ; pkill qemu-system-arm
|
||||
cd ..
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cd build
|
||||
#arm-none-eabi-insight &
|
||||
/opt/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
arm-none-eabi-insight ; pkill qemu-system-arm
|
||||
arm-none-linux-gnueabi-insight ; pkill qemu-system-arm
|
||||
#arm-none-eabi-gdb ; pkill qemu-system-arm
|
||||
cd ..
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ find ./ -name '*.lds' >> tagfilelist
|
||||
|
||||
# Use file list to include in tags.
|
||||
ctags --languages=C,C++,Asm --recurse -Ltagfilelist
|
||||
exuberant-ctags --languages=C,C++,Asm --recurse -Ltagfilelist
|
||||
# exuberant-ctags --languages=C,C++,Asm --recurse -Ltagfilelist
|
||||
|
||||
cscope -q -k -R -i tagfilelist
|
||||
# Remove file list.
|
||||
|
||||
Reference in New Issue
Block a user