Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chris-macmini@Chris-MacMini MMDVM % make -f Makefile.CMSIS clean
- rm -f obj/AX25Demodulator.o obj/AX25Frame.o obj/AX25RX.o obj/AX25TX.o obj/AX25Twist.o obj/CWIdTX.o obj/CalDMR.o obj/CalDStarRX.o obj/CalDStarTX.o obj/CalFM.o obj/CalM17.o obj/CalNXDN.o obj/CalP25.o obj/CalPOCSAG.o obj/CalRSSI.o obj/DMRDMORX.o obj/DMRDMOTX.o obj/DMRIdleRX.o obj/DMRRX.o obj/DMRSlotRX.o obj/DMRSlotType.o obj/DMRTX.o obj/DStarRX.o obj/DStarTX.o obj/FM.o obj/FMBlanking.o obj/FMCTCSSRX.o obj/FMCTCSSTX.o obj/FMDownSampler.o obj/FMKeyer.o obj/FMNoiseSquelch.o obj/FMTimeout.o obj/FMTimer.o obj/FMUpSampler.o obj/IO.o obj/IODue.o obj/IOSTM.o obj/IOSTM_CMSIS.o obj/IOTeensy.o obj/M17RX.o obj/M17TX.o obj/MMDVM.o obj/NXDNRX.o obj/NXDNTX.o obj/P25RX.o obj/P25TX.o obj/POCSAGTX.o obj/STMUART.o obj/SerialArduino.o obj/SerialPort.o obj/SerialSTM.o obj/SerialSTM_CMSIS.o obj/SerialTeensy.o obj/Utils.o obj/YSFRX.o obj/YSFTX.o obj/system_stm32f1xx.o obj/startup_stm32f105xc.o bin/mmdvm.hex bin/mmdvm.elf bin/mmdvm.dis bin/mmdvm.map obj/AX25Demodulator.d obj/AX25Frame.d obj/AX25RX.d obj/AX25TX.d obj/AX25Twist.d obj/CWIdTX.d obj/CalDMR.d obj/CalDStarRX.d obj/CalDStarTX.d obj/CalFM.d obj/CalM17.d obj/CalNXDN.d obj/CalP25.d obj/CalPOCSAG.d obj/CalRSSI.d obj/DMRDMORX.d obj/DMRDMOTX.d obj/DMRIdleRX.d obj/DMRRX.d obj/DMRSlotRX.d obj/DMRSlotType.d obj/DMRTX.d obj/DStarRX.d obj/DStarTX.d obj/FM.d obj/FMBlanking.d obj/FMCTCSSRX.d obj/FMCTCSSTX.d obj/FMDownSampler.d obj/FMKeyer.d obj/FMNoiseSquelch.d obj/FMTimeout.d obj/FMTimer.d obj/FMUpSampler.d obj/IO.d obj/IODue.d obj/IOSTM.d obj/IOSTM_CMSIS.d obj/IOTeensy.d obj/M17RX.d obj/M17TX.d obj/MMDVM.d obj/NXDNRX.d obj/NXDNTX.d obj/P25RX.d obj/P25TX.d obj/POCSAGTX.d obj/STMUART.d obj/SerialArduino.d obj/SerialPort.d obj/SerialSTM.d obj/SerialSTM_CMSIS.d obj/SerialTeensy.d obj/Utils.d obj/YSFRX.d obj/YSFTX.d GitVersion.h
- chris-macmini@Chris-MacMini MMDVM % make -f Makefile.CMSIS
- echo "#define GITVERSION \"508018c\"" > GitVersion.h
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c AX25Demodulator.cpp -o obj/AX25Demodulator.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c AX25Frame.cpp -o obj/AX25Frame.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c AX25RX.cpp -o obj/AX25RX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c AX25TX.cpp -o obj/AX25TX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c AX25Twist.cpp -o obj/AX25Twist.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CWIdTX.cpp -o obj/CWIdTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalDMR.cpp -o obj/CalDMR.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalDStarRX.cpp -o obj/CalDStarRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalDStarTX.cpp -o obj/CalDStarTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalFM.cpp -o obj/CalFM.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalM17.cpp -o obj/CalM17.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalNXDN.cpp -o obj/CalNXDN.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalP25.cpp -o obj/CalP25.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalPOCSAG.cpp -o obj/CalPOCSAG.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c CalRSSI.cpp -o obj/CalRSSI.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRDMORX.cpp -o obj/DMRDMORX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRDMOTX.cpp -o obj/DMRDMOTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRIdleRX.cpp -o obj/DMRIdleRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRRX.cpp -o obj/DMRRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRSlotRX.cpp -o obj/DMRSlotRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRSlotType.cpp -o obj/DMRSlotType.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRTX.cpp -o obj/DMRTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DStarRX.cpp -o obj/DStarRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DStarTX.cpp -o obj/DStarTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FM.cpp -o obj/FM.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMBlanking.cpp -o obj/FMBlanking.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMCTCSSRX.cpp -o obj/FMCTCSSRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMCTCSSTX.cpp -o obj/FMCTCSSTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMDownSampler.cpp -o obj/FMDownSampler.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMKeyer.cpp -o obj/FMKeyer.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMNoiseSquelch.cpp -o obj/FMNoiseSquelch.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMTimeout.cpp -o obj/FMTimeout.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMTimer.cpp -o obj/FMTimer.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c FMUpSampler.cpp -o obj/FMUpSampler.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c IO.cpp -o obj/IO.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c IODue.cpp -o obj/IODue.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c IOSTM.cpp -o obj/IOSTM.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c IOSTM_CMSIS.cpp -o obj/IOSTM_CMSIS.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c IOTeensy.cpp -o obj/IOTeensy.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c M17RX.cpp -o obj/M17RX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c M17TX.cpp -o obj/M17TX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c MMDVM.cpp -o obj/MMDVM.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c NXDNRX.cpp -o obj/NXDNRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c NXDNTX.cpp -o obj/NXDNTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c P25RX.cpp -o obj/P25RX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c P25TX.cpp -o obj/P25TX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c POCSAGTX.cpp -o obj/POCSAGTX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c STMUART.cpp -o obj/STMUART.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c SerialArduino.cpp -o obj/SerialArduino.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c SerialPort.cpp -o obj/SerialPort.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c SerialSTM.cpp -o obj/SerialSTM.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c SerialSTM_CMSIS.cpp -o obj/SerialSTM_CMSIS.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c SerialTeensy.cpp -o obj/SerialTeensy.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c Utils.cpp -o obj/Utils.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c YSFRX.cpp -o obj/YSFRX.o
- arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c YSFTX.cpp -o obj/YSFTX.o
- arm-none-eabi-gcc -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -std=gnu11 -nostdlib -c system_stm32f1xx/system_stm32f1xx.c -o obj/system_stm32f1xx.o
- arm-none-eabi-gcc -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -c system_stm32f1xx/startup_stm32f105xc.S -o obj/startup_stm32f105xc.o
- arm-none-eabi-g++ obj/AX25Demodulator.o obj/AX25Frame.o obj/AX25RX.o obj/AX25TX.o obj/AX25Twist.o obj/CWIdTX.o obj/CalDMR.o obj/CalDStarRX.o obj/CalDStarTX.o obj/CalFM.o obj/CalM17.o obj/CalNXDN.o obj/CalP25.o obj/CalPOCSAG.o obj/CalRSSI.o obj/DMRDMORX.o obj/DMRDMOTX.o obj/DMRIdleRX.o obj/DMRRX.o obj/DMRSlotRX.o obj/DMRSlotType.o obj/DMRTX.o obj/DStarRX.o obj/DStarTX.o obj/FM.o obj/FMBlanking.o obj/FMCTCSSRX.o obj/FMCTCSSTX.o obj/FMDownSampler.o obj/FMKeyer.o obj/FMNoiseSquelch.o obj/FMTimeout.o obj/FMTimer.o obj/FMUpSampler.o obj/IO.o obj/IODue.o obj/IOSTM.o obj/IOSTM_CMSIS.o obj/IOTeensy.o obj/M17RX.o obj/M17TX.o obj/MMDVM.o obj/NXDNRX.o obj/NXDNTX.o obj/P25RX.o obj/P25TX.o obj/POCSAGTX.o obj/STMUART.o obj/SerialArduino.o obj/SerialPort.o obj/SerialSTM.o obj/SerialSTM_CMSIS.o obj/SerialTeensy.o obj/Utils.o obj/YSFRX.o obj/YSFTX.o obj/system_stm32f1xx.o obj/startup_stm32f105xc.o -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -ISTM32F10X_Lib/CMSIS/Include -ISTM32F10X_Lib/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -DMADEBYMAKEFILE -DSTM32F1 -Os -flto -ffunction-sections -fdata-sections -g -Wl,--gc-sections -Wl,-Map=bin/mmdvm.map -Wl,--no-wchar-size-warning --specs=nosys.specs --specs=nano.specs -LSTM32F10X_Lib/CMSIS/Lib/GCC/ -Tsystem_stm32f1xx/gcc.ld -larm_cortexM3l_math -o bin/mmdvm.elf
- /var/folders/8d/3z002jps2yn4_96nnjjt90kh0000gn/T//cclf5flC.s: Assembler messages:
- /var/folders/8d/3z002jps2yn4_96nnjjt90kh0000gn/T//cclf5flC.s:2981: Warning: ignoring changed section attributes for .data
- arm-none-eabi-objdump -S bin/mmdvm.elf > bin/mmdvm.dis
- arm-none-eabi-objcopy -O ihex bin/mmdvm.elf bin/mmdvm.hex
- arm-none-eabi-size bin/mmdvm.elf
- text data bss dec hex filename
- 45884 1412 37096 84392 149a8 bin/mmdvm.elf
- chris-macmini@Chris-MacMini MMDVM %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement