Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HEAD is now at 937d5a7... board: rename NITROKEY_LITE to NITROKEY_START
- root@compile:~/nitrokey-upfix/regnual# ./configure --target=NITROKEY_START --vidpid="20a0:4211"
- -bash: ./configure: No such file or directory
- root@compile:~/nitrokey-upfix/regnual# cd ../src
- root@compile:~/nitrokey-upfix/src# ./configure --target=NITROKEY_START --vidpid="20a0:4211"
- Configured for target: NITROKEY_START
- Debug option disabled
- Configured for bare system (no-DFU)
- PIN pad option disabled
- CERT.3 Data Object is NOT supported
- Key generation on device is NOT supported
- root@compile:~/nitrokey-upfix/src# make
- arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -Wa,-amhls=../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/crt0.lst -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/crt0.s -o ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/crt0.o
- arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -Wa,-amhls=../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x/vectors.lst -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x/vectors.s -o ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x/vectors.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chcore.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore.c -o ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore_v7m.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chcore_v7m.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore_v7m.c -o ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore_v7m.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/nvic.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/nvic.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/nvic.c -o ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/nvic.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis/core_cm3.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/core_cm3.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis/core_cm3.c -o ../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis/core_cm3.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chsys.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chsys.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chsys.c -o ../ChibiOS_2.0.8/os/kernel/src/chsys.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chdebug.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chdebug.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chdebug.c -o ../ChibiOS_2.0.8/os/kernel/src/chdebug.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chlists.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chlists.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chlists.c -o ../ChibiOS_2.0.8/os/kernel/src/chlists.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chvt.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chvt.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chvt.c -o ../ChibiOS_2.0.8/os/kernel/src/chvt.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chschd.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chschd.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chschd.c -o ../ChibiOS_2.0.8/os/kernel/src/chschd.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chthreads.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chthreads.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chthreads.c -o ../ChibiOS_2.0.8/os/kernel/src/chthreads.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chregistry.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chregistry.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chregistry.c -o ../ChibiOS_2.0.8/os/kernel/src/chregistry.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chsem.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chsem.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chsem.c -o ../ChibiOS_2.0.8/os/kernel/src/chsem.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chmtx.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chmtx.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chmtx.c -o ../ChibiOS_2.0.8/os/kernel/src/chmtx.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chcond.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chcond.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chcond.c -o ../ChibiOS_2.0.8/os/kernel/src/chcond.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chevents.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chevents.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chevents.c -o ../ChibiOS_2.0.8/os/kernel/src/chevents.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chmsg.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chmsg.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chmsg.c -o ../ChibiOS_2.0.8/os/kernel/src/chmsg.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chmboxes.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chmboxes.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chmboxes.c -o ../ChibiOS_2.0.8/os/kernel/src/chmboxes.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chqueues.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chqueues.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chqueues.c -o ../ChibiOS_2.0.8/os/kernel/src/chqueues.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chmemcore.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chmemcore.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chmemcore.c -o ../ChibiOS_2.0.8/os/kernel/src/chmemcore.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chheap.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chheap.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chheap.c -o ../ChibiOS_2.0.8/os/kernel/src/chheap.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/kernel/src/chmempools.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/chmempools.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/kernel/src/chmempools.c -o ../ChibiOS_2.0.8/os/kernel/src/chmempools.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/hal.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/hal.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/hal.c -o ../ChibiOS_2.0.8/os/hal/src/hal.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/adc.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/adc.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/adc.c -o ../ChibiOS_2.0.8/os/hal/src/adc.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/can.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/can.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/can.c -o ../ChibiOS_2.0.8/os/hal/src/can.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/mac.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/mac.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/mac.c -o ../ChibiOS_2.0.8/os/hal/src/mac.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/pal.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/pal.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/pal.c -o ../ChibiOS_2.0.8/os/hal/src/pal.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/pwm.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/pwm.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/pwm.c -o ../ChibiOS_2.0.8/os/hal/src/pwm.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/serial.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/serial.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/serial.c -o ../ChibiOS_2.0.8/os/hal/src/serial.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/spi.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/spi.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/spi.c -o ../ChibiOS_2.0.8/os/hal/src/spi.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/src/mmc_spi.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/mmc_spi.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/src/mmc_spi.c -o ../ChibiOS_2.0.8/os/hal/src/mmc_spi.o
- arm-none-eabi-gcc -c -mcpu=cortex-m3 -mfix-cortex-m3-ldrd -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -Wall -Wextra -Wstrict-prototypes -Wa,-alms=../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.lst -DCORTEX_USE_BASEPRI=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/hal_lld.o.d -mthumb -DTHUMB -I . -I../polarssl-0.14.0/include -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/STM32F10x -I../ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis -I../ChibiOS_2.0.8/os/kernel/include -I../ChibiOS_2.0.8/os/hal/include -I../ChibiOS_2.0.8/os/hal/platforms/STM32 -I../boards/common -I../boards/NITROKEY_START -I../ChibiOS_2.0.8/os/various ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c -o ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.o
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:54:4: error: 'VAL_GPIOAODR' undeclared here (not in a function)
- {VAL_GPIOAODR, VAL_GPIOACRL, VAL_GPIOACRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:54:18: error: 'VAL_GPIOACRL' undeclared here (not in a function)
- {VAL_GPIOAODR, VAL_GPIOACRL, VAL_GPIOACRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:54:32: error: 'VAL_GPIOACRH' undeclared here (not in a function)
- {VAL_GPIOAODR, VAL_GPIOACRL, VAL_GPIOACRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:54:3: warning: missing initializer for field 'odr' of 'stm32_gpio_setup_t' [-Wmissing-field-initializers]
- {VAL_GPIOAODR, VAL_GPIOACRL, VAL_GPIOACRH},
- ^
- In file included from ../ChibiOS_2.0.8/os/hal/include/pal.h:120:0,
- from ../ChibiOS_2.0.8/os/hal/include/hal.h:43,
- from ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:36:
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/pal_lld.h:63:17: note: 'odr' declared here
- uint32_t odr;
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:55:4: error: 'VAL_GPIOBODR' undeclared here (not in a function)
- {VAL_GPIOBODR, VAL_GPIOBCRL, VAL_GPIOBCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:55:18: error: 'VAL_GPIOBCRL' undeclared here (not in a function)
- {VAL_GPIOBODR, VAL_GPIOBCRL, VAL_GPIOBCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:55:32: error: 'VAL_GPIOBCRH' undeclared here (not in a function)
- {VAL_GPIOBODR, VAL_GPIOBCRL, VAL_GPIOBCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:55:3: warning: missing initializer for field 'odr' of 'stm32_gpio_setup_t' [-Wmissing-field-initializers]
- {VAL_GPIOBODR, VAL_GPIOBCRL, VAL_GPIOBCRH},
- ^
- In file included from ../ChibiOS_2.0.8/os/hal/include/pal.h:120:0,
- from ../ChibiOS_2.0.8/os/hal/include/hal.h:43,
- from ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:36:
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/pal_lld.h:63:17: note: 'odr' declared here
- uint32_t odr;
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:56:4: error: 'VAL_GPIOCODR' undeclared here (not in a function)
- {VAL_GPIOCODR, VAL_GPIOCCRL, VAL_GPIOCCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:56:18: error: 'VAL_GPIOCCRL' undeclared here (not in a function)
- {VAL_GPIOCODR, VAL_GPIOCCRL, VAL_GPIOCCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:56:32: error: 'VAL_GPIOCCRH' undeclared here (not in a function)
- {VAL_GPIOCODR, VAL_GPIOCCRL, VAL_GPIOCCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:56:3: warning: missing initializer for field 'odr' of 'stm32_gpio_setup_t' [-Wmissing-field-initializers]
- {VAL_GPIOCODR, VAL_GPIOCCRL, VAL_GPIOCCRH},
- ^
- In file included from ../ChibiOS_2.0.8/os/hal/include/pal.h:120:0,
- from ../ChibiOS_2.0.8/os/hal/include/hal.h:43,
- from ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:36:
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/pal_lld.h:63:17: note: 'odr' declared here
- uint32_t odr;
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:57:4: error: 'VAL_GPIODODR' undeclared here (not in a function)
- {VAL_GPIODODR, VAL_GPIODCRL, VAL_GPIODCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:57:18: error: 'VAL_GPIODCRL' undeclared here (not in a function)
- {VAL_GPIODODR, VAL_GPIODCRL, VAL_GPIODCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:57:32: error: 'VAL_GPIODCRH' undeclared here (not in a function)
- {VAL_GPIODODR, VAL_GPIODCRL, VAL_GPIODCRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:57:3: warning: missing initializer for field 'odr' of 'stm32_gpio_setup_t' [-Wmissing-field-initializers]
- {VAL_GPIODODR, VAL_GPIODCRL, VAL_GPIODCRH},
- ^
- In file included from ../ChibiOS_2.0.8/os/hal/include/pal.h:120:0,
- from ../ChibiOS_2.0.8/os/hal/include/hal.h:43,
- from ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:36:
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/pal_lld.h:63:17: note: 'odr' declared here
- uint32_t odr;
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:59:4: error: 'VAL_GPIOEODR' undeclared here (not in a function)
- {VAL_GPIOEODR, VAL_GPIOECRL, VAL_GPIOECRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:59:18: error: 'VAL_GPIOECRL' undeclared here (not in a function)
- {VAL_GPIOEODR, VAL_GPIOECRL, VAL_GPIOECRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:59:32: error: 'VAL_GPIOECRH' undeclared here (not in a function)
- {VAL_GPIOEODR, VAL_GPIOECRL, VAL_GPIOECRH},
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:59:3: warning: missing initializer for field 'odr' of 'stm32_gpio_setup_t' [-Wmissing-field-initializers]
- {VAL_GPIOEODR, VAL_GPIOECRL, VAL_GPIOECRH},
- ^
- In file included from ../ChibiOS_2.0.8/os/hal/include/pal.h:120:0,
- from ../ChibiOS_2.0.8/os/hal/include/hal.h:43,
- from ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:36:
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/pal_lld.h:63:17: note: 'odr' declared here
- uint32_t odr;
- ^
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:65:1: warning: missing initializer for field 'PAData' of 'PALConfig' [-Wmissing-field-initializers]
- };
- ^
- In file included from ../ChibiOS_2.0.8/os/hal/include/pal.h:120:0,
- from ../ChibiOS_2.0.8/os/hal/include/hal.h:43,
- from ../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.c:36:
- ../ChibiOS_2.0.8/os/hal/platforms/STM32/pal_lld.h:79:25: note: 'PAData' declared here
- stm32_gpio_setup_t PAData;
- ^
- ../ChibiOS_2.0.8/os/ports/GCC/ARM/rules.mk:115: recipe for target '../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.o' failed
- make: *** [../ChibiOS_2.0.8/os/hal/platforms/STM32/hal_lld.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment