From 1d0db7e522d9806cef56af8491ed457f643bf8cc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jul 2015 13:56:34 -0500 Subject: better help to start simulator --- target/h8300/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'target/h8300') diff --git a/target/h8300/Makefile b/target/h8300/Makefile index e0a15cbba..bb63166fb 100644 --- a/target/h8300/Makefile +++ b/target/h8300/Makefile @@ -27,11 +27,12 @@ targethelp: ifeq ($(ADK_TARGET_SIM),y) @echo "Run the simulator via:" @echo '$(TARGET_CROSS)gdb $(FW_DIR)/$(TARGET_KERNEL)' - @echo 'target sim' - @echo 'sim intmode 1' - @echo 'sim sci pty' - @echo 'load' - @echo 'run earlyprintk=h8300-sim console=ttySC0' + @echo 'gdb> target sim' + @echo 'gdb> sim intmode 1' + @echo 'gdb> sim sci net 12345' + @echo 'gdb> load' + @echo 'start telnet localhost 12345 in a second shell' + @echo 'gdb> run earlyprintk=h8300-sim console=ttySC0' endif endif -- cgit v1.2.3