Skip to content

Instantly share code, notes, and snippets.

@datsuns
Created December 17, 2013 14:15
Show Gist options
  • Save datsuns/8005520 to your computer and use it in GitHub Desktop.
Save datsuns/8005520 to your computer and use it in GitHub Desktop.
sample configure of building CppUTest for stm32f4-discovery
CFLAGS="-mcpu=cortex-m4 -nostartfiles -T/Users/datsuns/work/programming/cpp/tdd4ec/stm32fdiscovery/ChibiOS/ChibiOS_2.6.1/os/ports/GCC/ARMCMx/STM32F4xx/ld/STM32F407xG.ld -Wl,-Map=build/ch.map,--cref,--no-warn-mismatch,--gc-sections -mno-thumb-interwork -mthumb" ./configure --host=arm-none-eabi --disable-memory-leak-detection --disable-std-cpp --disable-std-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment