[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/BaseStation Makefile, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioAlarmC.nc, 1.1, 1.2 RadioAlarmP.nc, 1.1, 1.2 RF230ActiveMessageC.nc, 1.4, 1.5 RF230LayerP.nc, 1.20, 1.21 RF230PacketC.nc, 1.2, 1.3 RF230PacketP.nc, 1.5, 1.6 RF230TimeSyncMessageC.nc, 1.1, 1.2 RF230TimeSyncMessageP.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/BaseStation Makefile, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioAlarmC.nc, 1.1, 1.2 RadioAlarmP.nc, 1.1, 1.2 RF230ActiveMessageC.nc, 1.4, 1.5 RF230LayerP.nc, 1.20, 1.21 RF230PacketC.nc, 1.2, 1.3 RF230PacketP.nc, 1.5, 1.6 RF230TimeSyncMessageC.nc, 1.1, 1.2 RF230TimeSyncMessageP.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list