Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ make
- Assembling even_in_range in one step for MSP430...
- msp430-gcc -D_GNU_ASSEMBLER_ -x assembler-with-cpp -c even_in_range.s -o even_in_range.o
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/acceleration.c -o logic/acceleration.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/acceleration.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/alarm.c -o logic/alarm.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/alarm.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/altitude.c -o logic/altitude.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/altitude.c:44:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- logic/altitude.c: In function ‘mx_alt_accumulator’:
- logic/altitude.c:856:2: warning: passing argument 8 of ‘set_value’ from incompatible pointer type
- logic/user.h:66:13: note: expected ‘void (*)(u8, u32, u8, u8, u8)’ but argument is of type ‘void (*)(u8, u32, u8, u8)’
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/battery.c -o logic/battery.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/battery.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/clock.c -o logic/clock.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/clock.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- logic/clock.c: In function ‘mx_time’:
- logic/clock.c:246:3: warning: implicit declaration of function ‘start_simpliciti_sync’
- logic/clock.c:237:8: warning: unused variable ‘str’
- logic/clock.c:236:7: warning: unused variable ‘seconds’
- logic/clock.c:235:7: warning: unused variable ‘minutes’
- logic/clock.c:234:7: warning: unused variable ‘hours’
- logic/clock.c:233:7: warning: unused variable ‘timeformat1’
- logic/clock.c:232:7: warning: unused variable ‘timeformat’
- logic/clock.c:231:6: warning: unused variable ‘select’
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/date.c -o logic/date.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/date.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/menu.c -o logic/menu.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/menu.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/rfbsl.c -o logic/rfbsl.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/rfbsl.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/rfsimpliciti.c -o logic/rfsimpliciti.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/rfsimpliciti.c:44:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- logic/rfsimpliciti.c: In function ‘simpliciti_get_ed_data_callback’:
- logic/rfsimpliciti.c:405:9: warning: unused variable ‘res’
- logic/rfsimpliciti.c:404:8: warning: unused variable ‘i’
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/stopwatch.c -o logic/stopwatch.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/stopwatch.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/temperature.c -o logic/temperature.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/temperature.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/test.c -o logic/test.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/test.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/user.c -o logic/user.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/user.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/phase_clock.c -o logic/phase_clock.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/phase_clock.c:44:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/eggtimer.c -o logic/eggtimer.o
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/prout.c -o logic/prout.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/prout.c:53:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/vario.c -o logic/vario.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/vario.c:56:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/sidereal.c -o logic/sidereal.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/sidereal.c:44:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/strength.c -o logic/strength.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/strength.c:15:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/sequence.c -o logic/sequence.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/sequence.c:13:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/gps.c -o logic/gps.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/gps.c:17:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c logic/dst.c -o logic/dst.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from logic/dst.c:19:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/adc12.c -o driver/adc12.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/adc12.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/buzzer.c -o driver/buzzer.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/buzzer.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/display.c -o driver/display.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/display.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- driver/display.c: In function ‘display_chars’:
- driver/display.c:485:5: warning: ‘char_start’ may be used uninitialized in this function
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/display1.c -o driver/display1.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/display1.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/pmm.c -o driver/pmm.o
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/ports.c -o driver/ports.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/ports.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/radio.c -o driver/radio.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/radio.c:39:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/rf1a.c -o driver/rf1a.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/rf1a.c:16:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/timer.c -o driver/timer.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/timer.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/vti_as.c -o driver/vti_as.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/vti_as.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- driver/vti_as.c: In function ‘as_start’:
- driver/vti_as.c:152:15: warning: unused variable ‘Counter_u16’
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/vti_ps.c -o driver/vti_ps.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/vti_ps.c:43:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- driver/vti_ps.c: In function ‘ps_init’:
- driver/vti_ps.c:98:39: warning: unused variable ‘timeout’
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/dsp.c -o driver/dsp.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/dsp.h:13,
- from driver/dsp.c:16:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c driver/infomem.c -o driver/infomem.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from driver/infomem.c:8:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- msp430-gcc -mmcu=cc430x6137 -D__MSP430_6137__ -DMRFI_CC430 -D__CC430F6137__ -DELIMINATE_BLUEROBIN -I./ -I./include/ -I./gcc/ -I./driver/ -I./logic/ -I./bluerobin/ -I./simpliciti/ -I./simpliciti/Components/bsp -I./simpliciti/Components/bsp/drivers -I./simpliciti/Components/bsp/boards/CC430EM -I./simpliciti/Components/mrfi -I./simpliciti/Components/nwk -I./simpliciti/Components/nwk_applications -Os -Wall -fomit-frame-pointer -fno-force-addr -finline-limit=1 -fno-schedule-insns -Wl,-Map=output.map -DISM_LF -c simpliciti/Applications/application/End_Device/main_ED_BM.c -o simpliciti/Applications/application/End_Device/main_ED_BM.o
- In file included from ./gcc/intrinsics.h:4:0,
- from ./include/project.h:42,
- from simpliciti/Applications/application/End_Device/main_ED_BM.c:31:
- /opt/msp/bin/../lib/gcc/msp430/4.5.3/../../../../msp430/include/signal.h:43:2: warning: #warning msp430-libc <signal.h> deprecated, using <legacymsp430.h>
- In file included from ./simpliciti/Components/bsp/bsp.h:46:0,
- from simpliciti/Applications/application/End_Device/main_ED_BM.c:33:
- ./simpliciti/Components/bsp/boards/CC430EM/bsp_board_defs.h:74:25: error: expected ‘)’ before ‘usec’
- In file included from simpliciti/Applications/application/End_Device/main_ED_BM.c:34:0:
- ./simpliciti/Components/mrfi/mrfi.h:148:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/mrfi/mrfi.h:158:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MRFI_Transmit’
- ./simpliciti/Components/mrfi/mrfi.h:161:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MRFI_GetRadioState’
- ./simpliciti/Components/mrfi/mrfi.h:164:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MRFI_Rssi’
- ./simpliciti/Components/mrfi/mrfi.h:165:1: warning: parameter names (without types) in function declaration
- ./simpliciti/Components/mrfi/mrfi.h:166:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MRFI_SetRxAddrFilter’
- ./simpliciti/Components/mrfi/mrfi.h:171:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MRFI_RandomByte’
- ./simpliciti/Components/mrfi/mrfi.h:172:1: warning: parameter names (without types) in function declaration
- ./simpliciti/Components/mrfi/mrfi.h:175:1: warning: parameter names (without types) in function declaration
- ./simpliciti/Components/mrfi/mrfi.h:181:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mrfiBroadcastAddr’
- In file included from simpliciti/Applications/application/End_Device/main_ED_BM.c:35:0:
- ./simpliciti/Components/nwk/nwk_types.h:54:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:57:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘linkID_t’
- ./simpliciti/Components/nwk/nwk_types.h:58:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ccRadioStatus_t’
- ./simpliciti/Components/nwk/nwk_types.h:112:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:120:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:129:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rssi_t’
- ./simpliciti/Components/nwk/nwk_types.h:133:3: error: expected specifier-qualifier-list before ‘rssi_t’
- ./simpliciti/Components/nwk/nwk_types.h:139:3: error: expected specifier-qualifier-list before ‘linkID_t’
- ./simpliciti/Components/nwk/nwk_types.h:156:3: error: expected specifier-qualifier-list before ‘uint32_t’
- ./simpliciti/Components/nwk/nwk_types.h:173:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:178:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:183:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘secMAC_t’
- ./simpliciti/Components/nwk/nwk_types.h:184:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘secFCS_t’
- ./simpliciti/Components/nwk/nwk_types.h:212:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:261:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘txOpt_t’
- ./simpliciti/Components/nwk/nwk_types.h:268:5: error: expected specifier-qualifier-list before ‘linkID_t’
- ./simpliciti/Components/nwk/nwk_types.h:279:3: error: expected specifier-qualifier-list before ‘uint8_t’
- ./simpliciti/Components/nwk/nwk_types.h:289:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘appPTid_t’
- In file included from simpliciti/Applications/application/End_Device/main_ED_BM.c:36:0:
- ./simpliciti/Components/nwk/nwk_api.h:43:32: error: expected ‘)’ before ‘(’ token
- ./simpliciti/Components/nwk/nwk_api.h:44:33: error: expected ‘)’ before ‘*’ token
- ./simpliciti/Components/nwk/nwk_api.h:45:39: error: expected ‘)’ before ‘*’ token
- ./simpliciti/Components/nwk/nwk_api.h:46:33: error: expected ‘)’ before ‘lid’
- ./simpliciti/Components/nwk/nwk_api.h:47:36: error: expected ‘)’ before ‘lid’
- ./simpliciti/Components/nwk/nwk_api.h:48:36: error: expected ‘)’ before ‘lid’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:62:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sInit_done’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:74:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sLinkID1’
- simpliciti/Applications/application/End_Device/main_ED_BM.c: In function ‘simpliciti_link’:
- simpliciti/Applications/application/End_Device/main_ED_BM.c:87:3: error: ‘uint8_t’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:87:3: note: each undeclared identifier is reported only once for each function it appears in
- simpliciti/Applications/application/End_Device/main_ED_BM.c:87:11: error: expected ‘;’ before ‘timeout’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:89:11: error: expected ‘;’ before ‘i’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:90:11: error: expected ‘;’ before ‘pwr’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:91:11: error: expected ‘;’ before ‘phase’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:97:8: error: ‘i’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:99:10: error: ‘addr_t’ has no member named ‘addr’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:109:3: error: ‘timeout’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:113:9: error: ‘phase’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:114:9: warning: implicit declaration of function ‘SMPL_Init’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:116:13: error: ‘pwr’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:123:9: warning: implicit declaration of function ‘SMPL_Link’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:123:40: error: ‘sLinkID1’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:136:5: error: ‘sInit_done’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c: In function ‘simpliciti_main_tx_only’:
- simpliciti/Applications/application/End_Device/main_ED_BM.c:224:2: error: ‘uint8_t’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:224:10: error: expected ‘;’ before ‘len’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:225:10: error: expected ‘;’ before ‘ed_data’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:242:15: warning: implicit declaration of function ‘SMPL_SendOpt’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:242:28: error: ‘sLinkID1’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:242:82: error: ‘txOpt_t’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:242:82: error: expected ‘)’ before numeric constant
- simpliciti/Applications/application/End_Device/main_ED_BM.c:260:5: error: ‘ed_data’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:266:10: error: ‘i’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:267:41: error: expected ‘)’ before numeric constant
- simpliciti/Applications/application/End_Device/main_ED_BM.c:274:6: warning: implicit declaration of function ‘SMPL_Receive’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:274:54: error: ‘len’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:298:4: error: ‘sInit_done’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c: In function ‘simpliciti_main_sync’:
- simpliciti/Applications/application/End_Device/main_ED_BM.c:315:2: error: ‘uint8_t’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:315:10: error: expected ‘;’ before ‘len’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:316:10: error: expected ‘;’ before ‘ed_data’
- simpliciti/Applications/application/End_Device/main_ED_BM.c:318:2: error: ‘contacted’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:326:4: error: ‘ed_data’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:329:17: error: ‘sLinkID1’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:329:39: error: ‘txOpt_t’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:329:39: error: expected ‘)’ before numeric constant
- simpliciti/Applications/application/End_Device/main_ED_BM.c:342:38: error: expected ‘)’ before numeric constant
- simpliciti/Applications/application/End_Device/main_ED_BM.c:349:51: error: ‘len’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:359:10: error: ‘i’ undeclared (first use in this function)
- simpliciti/Applications/application/End_Device/main_ED_BM.c:363:67: error: expected ‘)’ before numeric constant
- simpliciti/Applications/application/End_Device/main_ED_BM.c:378:4: error: ‘sInit_done’ undeclared (first use in this function)
- make: *** [simpliciti/Applications/application/End_Device/main_ED_BM.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment