[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr-studio-debug.extra, 1.1, 1.2

Janos Sallai sallai at users.sourceforge.net
Wed Jan 21 08:26:57 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2896

Modified Files:
	avr-studio-debug.extra 
Log Message:
fix issue with opening files in the app directory

Index: avr-studio-debug.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr-studio-debug.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** avr-studio-debug.extra	10 Sep 2008 18:06:22 -0000	1.1
--- avr-studio-debug.extra	21 Jan 2009 16:26:55 -0000	1.2
***************
*** 20,23 ****
  buildelf: FORCE
  	@echo "    building ELF output $(MAIN_ELF) for debugging in AVR Studio"
! 	@perl -pe 's/#(.*)\"(.*)\"/ "#$$1\"".`cygpath -m $$2`."\""/e; s/\n\"/\"/;' $(BUILDDIR)/app.c > $(APPC_WINPATH)
  	@$(NCC) -o $(MAIN_ELF) $(NCC_SAFE_TINYOS_FLAGS) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(APPC_WINPATH) $(LIBS) $(LDFLAGS)
--- 20,23 ----
  buildelf: FORCE
  	@echo "    building ELF output $(MAIN_ELF) for debugging in AVR Studio"
! 	@perl -pe 's/#(.*)\"(.*)\"/ "#$$1\"".`cygpath -ma $$2`."\""/e; s/\n\"/\"/;' $(BUILDDIR)/app.c > $(APPC_WINPATH)
  	@$(NCC) -o $(MAIN_ELF) $(NCC_SAFE_TINYOS_FLAGS) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(APPC_WINPATH) $(LIBS) $(LDFLAGS)



More information about the Tinyos-2-commits mailing list