From 1d27fef09a192bceac0b7a8cc6578ef777363e79 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 6 Jan 2013 15:32:24 +0000 Subject: [PATCH] Fix debug target locations --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index bc9419d..443d16d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -vomp_platform =raspberry +vomp_platform=mvp # valid platforms are raspberry and mvp vomp_options= #uncomment the line below, if you want to vomp application like, without a reboot option, automatically set for windows! @@ -97,10 +97,10 @@ install-dev: cp vompclient target-mvp-dev/vompclient debug: - ../../gdb/gdb-6.7/gdb/gdb /mnt/auto/defiant/diskless/nfs/mvp/vompclient /mnt/auto/defiant/diskless/nfs/mvp/core.* + ../../gdb/gdb-6.7/gdb/gdb target-mvp/vompclient target-mvp/core.* debug2: - ../../gdb/gdb-6.7/gdb/gdb /mnt/auto/defiant/diskless/nfs/mvp-dev/vompclient /mnt/auto/defiant/diskless/nfs/mvp-dev/core.* + ../../gdb/gdb-6.7/gdb/gdb target-mvp-dev/vompclient target-mvp-dev/core.* dev: CXXFLAGS := $(CXXFLAGS_DEV) dev: vompclient -- 2.39.2