File tree Expand file tree Collapse file tree 5 files changed +2
-1
lines changed
Expand file tree Collapse file tree 5 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ build: $(PRJ).bin
139139 cp -a $(PRJ ) .bin $(RELEASEDIR )
140140 @echo " ADDRESS SIZE FUNCTION FILE:LINE\n" > memory_program.txt
141141 @$(NM ) $(PRJ ) .elf >> memory_program.txt
142- @chmod +x ../tools/*
142+ @chmod +x $( BUILDDIR ) / ../tools/*
143143 @../tools/memusageram $(BUILDDIR ) /memory_ram.txt > /dev/null 2>&1
144144 @rm -f $(BUILDDIR ) /* .su
145145 @mkdir -p $(BUILDDIR ) /obj
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ build: $(PRJ).bin
8989 cp -a $(PRJ ) .bin $(RELEASEDIR )
9090 @echo " ADDRESS SIZE FUNCTION FILE:LINE\n" > memory_program.txt
9191 @$(NM ) $(PRJ ) .elf >> memory_program.txt
92+ @chmod +x $(BUILDDIR ) /../tools/*
9293 @../tools/memusageram $(BUILDDIR ) /memory_ram.txt > /dev/null 2>&1
9394 @rm -f $(BUILDDIR ) /* .su
9495 @mkdir -p $(BUILDDIR ) /obj
You can’t perform that action at this time.
0 commit comments