| | Performing Makefile project actions
make -C ../../../System/bin
make[1]: Entering directory `/cygdrive/d/Files/AgTech/ScatterWeb/ScatterWeb▓ v1.x/ScatterWeb▓ v1.0/System/bin'
make[1]: Nothing to be done for `firmware'.
make[1]: Leaving directory `/cygdrive/d/Files/AgTech/ScatterWeb/ScatterWeb▓ v1.x/ScatterWeb▓ v1.0/System/bin'
""
msp430-ar vcrus scatterlib.a ../../../System/bin/ScatterWeb.CC1020.o ../../../System/bin/ScatterWeb.Comm.o ../../../System/bin/ScatterWeb.Configuration.o ../../../System/bin/ScatterWeb.Data.o ../../../System/bin/ScatterWeb.FAT.o ../../../System/bin/ScatterWeb.Messaging.o ../../../System/bin/ScatterWeb.Net.o ../../../System/bin/ScatterWeb.SDcard.o ../../../System/bin/ScatterWeb.String.o ../../../System/bin/ScatterWeb.System.o ../../../System/bin/ScatterWeb.Time.o ../../../System/bin/ScatterWeb.Timers.o bin/ScatterWeb.Process.o
msp430-gcc -g -Wl,-Map=out/out.map,--cref -Wl,-T../../../System/ldscript.x -O2 -W -Wall -mmcu=msp430x1612 -o out/out.elf scatterlib.a
msp430-objcopy -O ihex out/out.elf out/out.hex
msp430-size out/out.elf
text data bss dec hex filename
21138 32 2022 23192 5a98 out/out.elf
|