200 lines
22 KiB
Batchfile
200 lines
22 KiB
Batchfile
|
|
@echo off
|
||
|
|
REM Run this file to build the project outside of the IDE.
|
||
|
|
REM WARNING: if using a different machine, copy the .rsp files together with this script.
|
||
|
|
echo led_softblink.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/led_softblink/led_softblink.gcc.rsp" || exit 1
|
||
|
|
echo low_power_pwm.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/low_power_pwm/low_power_pwm.gcc.rsp" || exit 1
|
||
|
|
echo slip.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/slip/slip.gcc.rsp" || exit 1
|
||
|
|
echo nrf_sortlist.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/sortlist/nrf_sortlist.gcc.rsp" || exit 1
|
||
|
|
echo app_timer2.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/timer/app_timer2.gcc.rsp" || exit 1
|
||
|
|
echo drv_rtc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/timer/drv_rtc.gcc.rsp" || exit 1
|
||
|
|
echo nrf_drv_clock.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/integration/nrfx/legacy/nrf_drv_clock.gcc.rsp" || exit 1
|
||
|
|
echo nrf_drv_power.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/integration/nrfx/legacy/nrf_drv_power.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_serial.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/serial_dfu/nrf_dfu_serial.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_serial_usb.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/serial_dfu/nrf_dfu_serial_usb.gcc.rsp" || exit 1
|
||
|
|
echo app_usbd.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/usbd/app_usbd.gcc.rsp" || exit 1
|
||
|
|
echo app_usbd_core.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/usbd/app_usbd_core.gcc.rsp" || exit 1
|
||
|
|
echo app_usbd_serial_num.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/usbd/app_usbd_serial_num.gcc.rsp" || exit 1
|
||
|
|
echo app_usbd_string_desc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/usbd/app_usbd_string_desc.gcc.rsp" || exit 1
|
||
|
|
echo app_usbd_cdc_acm.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm.gcc.rsp" || exit 1
|
||
|
|
echo nrfx_clock.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/drivers/src/nrfx_clock.gcc.rsp" || exit 1
|
||
|
|
echo nrfx_power.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/drivers/src/nrfx_power.gcc.rsp" || exit 1
|
||
|
|
echo nrfx_usbd.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/drivers/src/nrfx_usbd.gcc.rsp" || exit 1
|
||
|
|
echo dfu_public_key.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/dfu_public_key.gcc.rsp" || exit 1
|
||
|
|
echo main.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/main.gcc.rsp" || exit 1
|
||
|
|
echo nrf_log_backend_rtt.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/log/src/nrf_log_backend_rtt.gcc.rsp" || exit 1
|
||
|
|
echo nrf_log_backend_serial.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/log/src/nrf_log_backend_serial.gcc.rsp" || exit 1
|
||
|
|
echo nrf_log_default_backends.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/log/src/nrf_log_default_backends.gcc.rsp" || exit 1
|
||
|
|
echo nrf_log_frontend.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/log/src/nrf_log_frontend.gcc.rsp" || exit 1
|
||
|
|
echo nrf_log_str_formatter.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/log/src/nrf_log_str_formatter.gcc.rsp" || exit 1
|
||
|
|
echo app_error_weak.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/util/app_error_weak.gcc.rsp" || exit 1
|
||
|
|
echo app_scheduler.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/scheduler/app_scheduler.gcc.rsp" || exit 1
|
||
|
|
echo app_util_platform.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/util/app_util_platform.gcc.rsp" || exit 1
|
||
|
|
echo crc32.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crc32/crc32.gcc.rsp" || exit 1
|
||
|
|
echo mem_manager.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/mem_manager/mem_manager.gcc.rsp" || exit 1
|
||
|
|
echo nrf_assert.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/util/nrf_assert.gcc.rsp" || exit 1
|
||
|
|
echo nrf_atfifo.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/atomic_fifo/nrf_atfifo.gcc.rsp" || exit 1
|
||
|
|
echo nrf_atomic.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/atomic/nrf_atomic.gcc.rsp" || exit 1
|
||
|
|
echo nrf_balloc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/balloc/nrf_balloc.gcc.rsp" || exit 1
|
||
|
|
echo nrf_fprintf.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/external/fprintf/nrf_fprintf.gcc.rsp" || exit 1
|
||
|
|
echo nrf_fprintf_format.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/external/fprintf/nrf_fprintf_format.gcc.rsp" || exit 1
|
||
|
|
echo nrf_fstorage.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/fstorage/nrf_fstorage.gcc.rsp" || exit 1
|
||
|
|
echo nrf_fstorage_nvmc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/fstorage/nrf_fstorage_nvmc.gcc.rsp" || exit 1
|
||
|
|
echo nrf_fstorage_sd.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/fstorage/nrf_fstorage_sd.gcc.rsp" || exit 1
|
||
|
|
echo nrf_memobj.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/memobj/nrf_memobj.gcc.rsp" || exit 1
|
||
|
|
echo nrf_queue.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/queue/nrf_queue.gcc.rsp" || exit 1
|
||
|
|
echo nrf_ringbuf.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/ringbuf/nrf_ringbuf.gcc.rsp" || exit 1
|
||
|
|
echo nrf_section_iter.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/experimental_section_vars/nrf_section_iter.gcc.rsp" || exit 1
|
||
|
|
echo nrf_strerror.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/strerror/nrf_strerror.gcc.rsp" || exit 1
|
||
|
|
echo cc310_bl_backend_ecc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/cc310_bl/cc310_bl_backend_ecc.gcc.rsp" || exit 1
|
||
|
|
echo cc310_bl_backend_ecdsa.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/cc310_bl/cc310_bl_backend_ecdsa.gcc.rsp" || exit 1
|
||
|
|
echo cc310_bl_backend_hash.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/cc310_bl/cc310_bl_backend_hash.gcc.rsp" || exit 1
|
||
|
|
echo cc310_bl_backend_init.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/cc310_bl/cc310_bl_backend_init.gcc.rsp" || exit 1
|
||
|
|
echo cc310_bl_backend_shared.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/cc310_bl/cc310_bl_backend_shared.gcc.rsp" || exit 1
|
||
|
|
echo boards.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/boards/boards.gcc.rsp" || exit 1
|
||
|
|
echo nrf_sdh.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/softdevice/common/nrf_sdh.gcc.rsp" || exit 1
|
||
|
|
echo nrf_sdh_ble.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/softdevice/common/nrf_sdh_ble.gcc.rsp" || exit 1
|
||
|
|
echo nrf_sdh_soc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/softdevice/common/nrf_sdh_soc.gcc.rsp" || exit 1
|
||
|
|
echo nrf_nvmc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/hal/nrf_nvmc.gcc.rsp" || exit 1
|
||
|
|
echo nrfx_atomic.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/soc/nrfx_atomic.gcc.rsp" || exit 1
|
||
|
|
echo nrf_crypto_ecc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/nrf_crypto_ecc.gcc.rsp" || exit 1
|
||
|
|
echo nrf_crypto_ecdsa.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/nrf_crypto_ecdsa.gcc.rsp" || exit 1
|
||
|
|
echo nrf_crypto_hash.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/nrf_crypto_hash.gcc.rsp" || exit 1
|
||
|
|
echo nrf_crypto_init.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/nrf_crypto_init.gcc.rsp" || exit 1
|
||
|
|
echo nrf_crypto_shared.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/nrf_crypto_shared.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_svci.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_svci.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_svci_handler.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_svci_handler.gcc.rsp" || exit 1
|
||
|
|
echo nrf_svc_handler.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/svc/nrf_svc_handler.gcc.rsp" || exit 1
|
||
|
|
echo SEGGER_RTT.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/external/segger_rtt/SEGGER_RTT.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader_app_start.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader_app_start.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader_app_start_final.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader_app_start_final.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader_dfu_timers.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader_dfu_timers.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader_fw_activation.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader_fw_activation.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader_info.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader_info.gcc.rsp" || exit 1
|
||
|
|
echo nrf_bootloader_wdt.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/nrf_bootloader_wdt.gcc.rsp" || exit 1
|
||
|
|
echo pb_common.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/external/nano-pb/pb_common.gcc.rsp" || exit 1
|
||
|
|
echo pb_decode.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/external/nano-pb/pb_decode.gcc.rsp" || exit 1
|
||
|
|
echo dfu-cc.pb.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/dfu-cc.pb.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_ble.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/ble_dfu/nrf_dfu_ble.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_flash.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_flash.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_handling_error.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_handling_error.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_mbr.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_mbr.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_req_handler.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_req_handler.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_settings.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_settings.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_settings_svci.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_settings_svci.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_transport.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_transport.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_utils.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_utils.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_validation.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_validation.gcc.rsp" || exit 1
|
||
|
|
echo nrf_dfu_ver_validation.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/bootloader/dfu/nrf_dfu_ver_validation.gcc.rsp" || exit 1
|
||
|
|
echo ble_srv_common.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/ble/common/ble_srv_common.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_chacha_poly_aead.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_chacha_poly_aead.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_ecc.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_ecc.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_ecdh.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_ecdh.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_ecdsa.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_ecdsa.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_eddsa.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_eddsa.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_hash.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_hash.gcc.rsp" || exit 1
|
||
|
|
echo oberon_backend_hmac.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/components/libraries/crypto/backend/oberon/oberon_backend_hmac.gcc.rsp" || exit 1
|
||
|
|
echo system_nrf52840.c
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-gcc.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/mdk/system_nrf52840.gcc.rsp" || exit 1
|
||
|
|
echo gcc_startup_nrf52840.S
|
||
|
|
C:\Users\chain40\AppData\Local\VisualGDB\CCache\ccache.exe "c:/sysgcc/arm-eabi/bin/arm-none-eabi-g++.exe" @"VisualGDB/Debug/_1_/bmd380_sdk/modules/nrfx/mdk/gcc_startup_nrf52840.gcc.rsp" || exit 1
|
||
|
|
echo Linking VisualGDB/Debug/bmd380_bootloader...
|
||
|
|
c:\sysgcc\arm-eabi\bin\arm-none-eabi-g++.exe @VisualGDB/Debug/bmd380_bootloader.link.rsp || exit 1
|
||
|
|
c:\sysgcc\arm-eabi\bin\arm-none-eabi-objcopy.exe @VisualGDB/Debug/bmd380_bootloader.mkbin.rsp || exit 1
|
||
|
|
c:\sysgcc\arm-eabi\bin\arm-none-eabi-objcopy.exe @VisualGDB/Debug/bmd380_bootloader.mkihex.rsp || exit 1
|