This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to build hex files for pc-ble-driver

Hi all,

Please forgive the newbie question--I'm just getting started with Nordic.

I'm trying to build the hex files for the pc-ble-driver and the build keeps failing.

I followed all of Nordic's instructions to install the pc-ble-driver and am currently stuck on the last step:

$ cmake --build . --target compile_connectivity

In the terminal, when I enter this command in the build folder (pc-ble-driver/build), the build fails. Here is the output from the failed build:

elainechesoni@Elaines-MacBook-Pro build % cmake --build . --target compile_connectivity

[1/9] Generating connectivity_1.0.0_1m_with_s132_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52832_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52832_xxaa.out] Error 1

[2/9] Generating connectivity_1.0.0_1m_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc/_build/nrf52832_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

Linking target: _build/nrf52832_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52832_xxaa.out] Error 1

[3/9] Generating connectivity_1.0.0_1m_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

Linking target: _build/nrf52832_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52832_xxaa.out] Error 1

[4/9] Generating connectivity_1.0.0_1m_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52840_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52840_xxaa.out] Error 1

[5/9] Generating connectivity_1.0.0_usb_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x0091 --debug-mode --softdevice /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_for_s132_3.1.0.hex

Linking target: _build/nrf52840_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52840_xxaa.out] Error 1

[6/9] Generating connectivity_1.0.0_usb_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00A5 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_for_s132_5.1.0.hex

Linking target: _build/nrf52840_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52840_xxaa.out] Error 1

[7/9] Generating connectivity_1.0.0_usb_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_usb_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_usb_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00B6 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_for_s140_6.1.1.hex

Linking target: _build/nrf52840_xxaa.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [_build/nrf52840_xxaa.out] Error 1

[8/9] Generating connectivity_1.0.0_1m_with_s132_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc/_build/nrf52832_xxaa_s132.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s132_nrf52_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf52.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf52.s

Linking target: nrf52832_xxaa_s132.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [nrf52832_xxaa_s132] Error 1

[9/9] Generating connectivity_1.0.0_1m_with_s130_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s130_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc/_build/nrf51422_xxac_s130.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s130_nrf51_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s130_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s130_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf51.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf51.s

Linking target: nrf51422_xxac_s130.out

collect2: fatal error: ld terminated with signal 9 [Killed: 9]

compilation terminated.

make: *** [nrf51422_xxac_s130] Error 1

ninja: build stopped: subcommand failed.

(base) elainechesoni@Elaines-MacBook-Pro-2 build % cmake --build . --target compile_connectivity

[1/9] Generating connectivity_1.0.0_1m_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

Linking target: _build/nrf52832_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52832_xxaa.out] Error 1

[2/9] Generating connectivity_1.0.0_usb_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00A5 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_for_s132_5.1.0.hex

Linking target: _build/nrf52840_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52840_xxaa.out] Error 1

[3/9] Generating connectivity_1.0.0_usb_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_usb_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_usb_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00B6 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_for_s140_6.1.1.hex

Linking target: _build/nrf52840_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52840_xxaa.out] Error 1

[4/9] Generating connectivity_1.0.0_usb_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x0091 --debug-mode --softdevice /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_for_s132_3.1.0.hex

Linking target: _build/nrf52840_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52840_xxaa.out] Error 1

[5/9] Generating connectivity_1.0.0_1m_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc/_build/nrf52832_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

Linking target: _build/nrf52832_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52832_xxaa.out] Error 1

[6/9] Generating connectivity_1.0.0_1m_with_s132_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52832_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52832_xxaa.out] Error 1

[7/9] Generating connectivity_1.0.0_1m_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52840_xxaa.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [_build/nrf52840_xxaa.out] Error 1

[8/9] Generating connectivity_1.0.0_1m_with_s132_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc/_build/nrf52832_xxaa_s132.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s132_nrf52_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf52.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf52.s

Linking target: nrf52832_xxaa_s132.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [nrf52832_xxaa_s132] Error 1

[9/9] Generating connectivity_1.0.0_1m_with_s130_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s130_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc/_build/nrf51422_xxac_s130.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s130_nrf51_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s130_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s130_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf51.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf51.s

Linking target: nrf51422_xxac_s130.out

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: error loading plugin: dlopen(/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so, 2): no suitable image found.  Did find:

/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so: code signature in (/Users/elainechesoni/Dev/Nordic/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/liblto_plugin.so) not valid for use in process using Library Validation: library load disallowed by system policy

collect2: error: ld returned 1 exit status

make: *** [nrf51422_xxac_s130] Error 1

ninja: build stopped: subcommand failed.

(base) elainechesoni@Elaines-MacBook-Pro-2 build % cmake --build . --target compile_connectivity

[1/9] Generating connectivity_1.0.0_1m_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52840_xxaa.out

make: *** [_build/nrf52840_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52840_xxaa.out'

[2/9] Generating connectivity_1.0.0_1m_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

Linking target: _build/nrf52832_xxaa.out

make: *** [_build/nrf52832_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52832_xxaa.out'

[3/9] Generating connectivity_1.0.0_1m_with_s132_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52832_xxaa.out

make: *** [_build/nrf52832_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52832_xxaa.out'

[4/9] Generating connectivity_1.0.0_1m_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc/_build/nrf52832_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

Linking target: _build/nrf52832_xxaa.out

make: *** [_build/nrf52832_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52832_xxaa.out'

[5/9] Generating connectivity_1.0.0_usb_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x0091 --debug-mode --softdevice /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_for_s132_3.1.0.hex

Linking target: _build/nrf52840_xxaa.out

make: *** [_build/nrf52840_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52840_xxaa.out'

[6/9] Generating connectivity_1.0.0_usb_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_usb_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_usb_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00B6 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_for_s140_6.1.1.hex

Linking target: _build/nrf52840_xxaa.out

make: *** [_build/nrf52840_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52840_xxaa.out'

[7/9] Generating connectivity_1.0.0_usb_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00A5 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_for_s132_5.1.0.hex

Linking target: _build/nrf52840_xxaa.out

make: *** [_build/nrf52840_xxaa.out] Killed: 9

make: *** Deleting file `_build/nrf52840_xxaa.out'

[8/9] Generating connectivity_1.0.0_1m_with_s132_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc/_build/nrf52832_xxaa_s132.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s132_nrf52_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf52.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf52.s

Linking target: nrf52832_xxaa_s132.out

Preparing: nrf52832_xxaa_s132.bin

make[1]: *** [genbin] Killed: 9

make: *** [nrf52832_xxaa_s132] Error 2

[9/9] Generating connectivity_1.0.0_1m_with_s130_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s130_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc/_build/nrf51422_xxac_s130.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s130_nrf51_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s130_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s130_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf51.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf51.s

Linking target: nrf51422_xxac_s130.out

Preparing: nrf51422_xxac_s130.bin

make[1]: *** [genbin] Killed: 9

make: *** [nrf51422_xxac_s130] Error 2

ninja: build stopped: subcommand failed.

(base) elainechesoni@Elaines-MacBook-Pro-2 build % cmake --build . --target compile_connectivity

[1/9] Generating connectivity_1.0.0_1m_with_s132_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52832_xxaa.out

   text   data     bss     dec     hex filename

  56500     180   18732   75412   12694 _build/nrf52832_xxaa.out

Preparing: _build/nrf52832_xxaa.hex

make: *** [_build/nrf52832_xxaa.hex] Killed: 9

[2/9] Generating connectivity_1.0.0_usb_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_usb_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_usb_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00B6 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_for_s140_6.1.1.hex

Linking target: _build/nrf52840_xxaa.out

   text   data     bss     dec     hex filename

  74164     236   45020 119420   1d27c _build/nrf52840_xxaa.out

Preparing: _build/nrf52840_xxaa.hex

make: *** [_build/nrf52840_xxaa.hex] Killed: 9

[3/9] Generating connectivity_1.0.0_usb_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x0091 --debug-mode --softdevice /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_for_s132_3.1.0.hex

Linking target: _build/nrf52840_xxaa.out

   text   data     bss     dec     hex filename

  68196     236   42896 111328   1b2e0 _build/nrf52840_xxaa.out

Preparing: _build/nrf52840_xxaa.hex

make: *** [_build/nrf52840_xxaa.hex] Killed: 9

[4/9] Generating connectivity_1.0.0_usb_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00A5 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_for_s132_5.1.0.hex

Linking target: _build/nrf52840_xxaa.out

   text   data     bss     dec     hex filename

  71980     236   43096 115312   1c270 _build/nrf52840_xxaa.out

Preparing: _build/nrf52840_xxaa.hex

make: *** [_build/nrf52840_xxaa.hex] Killed: 9

[5/9] Generating connectivity_1.0.0_1m_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

Linking target: _build/nrf52832_xxaa.out

   text   data     bss     dec     hex filename

  54508     180   16804   71492   11744 _build/nrf52832_xxaa.out

Preparing: _build/nrf52832_xxaa.hex

make: *** [_build/nrf52832_xxaa.hex] Killed: 9

[6/9] Generating connectivity_1.0.0_1m_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Linking target: _build/nrf52840_xxaa.out

   text   data     bss     dec     hex filename

  56548     180   18752   75480   126d8 _build/nrf52840_xxaa.out

Preparing: _build/nrf52840_xxaa.hex

make: *** [_build/nrf52840_xxaa.hex] Killed: 9

[7/9] Generating connectivity_1.0.0_1m_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc/_build/nrf52832_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

Linking target: _build/nrf52832_xxaa.out

   text   data     bss     dec     hex filename

  50724     180   16608   67512   107b8 _build/nrf52832_xxaa.out

Preparing: _build/nrf52832_xxaa.hex

make: *** [_build/nrf52832_xxaa.hex] Killed: 9

[8/9] Generating connectivity_1.0.0_1m_with_s130_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s130_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc/_build/nrf51422_xxac_s130.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s130_nrf51_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s130_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s130_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf51.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf51.s

Linking target: nrf51422_xxac_s130.out

Preparing: nrf51422_xxac_s130.bin

make[1]: *** [genbin] Killed: 9

make: *** [nrf51422_xxac_s130] Error 2

[9/9] Generating connectivity_1.0.0_1m_with_s132_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc/_build/nrf52832_xxaa_s132.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s132_nrf52_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf52.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf52.s

Linking target: nrf52832_xxaa_s132.out

Preparing: nrf52832_xxaa_s132.bin

make[1]: *** [genbin] Killed: 9

make: *** [nrf52832_xxaa_s132] Error 2

ninja: build stopped: subcommand failed.

(base) elainechesoni@Elaines-MacBook-Pro-2 build % cmake --build .. --target compile_connectivity

Error: could not load cache

(base) elainechesoni@Elaines-MacBook-Pro-2 build % cmake --build . --target compile_connectivity                          

[0/1] Re-running CMake...

-- NRF_BLE_DRIVER_VERSION not specified, setting it to 0.0.0

-- Architecture not set, using native 64-bit toolchain.

-- Building with build type: .

-- SDK directory already exists, reusing that.

-- Found projects: /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci

-- PROJECT_NAME:ser_s130_hci PCA_TYPE:pca10028 SD_TV: s130 TRANSPORT:uart

-- Newer SoftDevice version found (2.0.1) than the SDK provides (2.0.0).

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

-- Found projects: /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci

-- PROJECT_NAME:ser_s132_hci PCA_TYPE:pca10036 SD_TV: s132 TRANSPORT:uart

-- Newer SoftDevice version found (2.0.1) than the SDK provides (2.0.0).

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

-- Found projects: /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10040/ser_s132_hci

-- PROJECT_NAME:ser_s132_hci PCA_TYPE:pca10040 SD_TV: s132 TRANSPORT:uart

-- Newer SoftDevice version found (2.0.1) than the SDK provides (2.0.0).

-- Target connectivity_1.0.0_1m_with_s132_2.0.1 already exists.

-- SDK directory already exists, reusing that.

-- Found projects: /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci;/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci;/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci

-- PROJECT_NAME:ser_s132_hci PCA_TYPE:pca10040 SD_TV: s132 TRANSPORT:uart

-- SoftDevice version found is the same version(/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/s132_nrf52_6.1.1_softdevice.hex) as the one in the SDK(6.1.1). Using the one found in the SDK.

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

-- PROJECT_NAME:ser_s132v3_hci PCA_TYPE:pca10040 SD_TV: s132v3 TRANSPORT:uart

-- Newer SoftDevice version found (3.1.0) than the SDK provides (3.0.0).

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

-- PROJECT_NAME:ser_s132v5_hci PCA_TYPE:pca10040 SD_TV: s132v5 TRANSPORT:uart

-- SoftDevice version found is the same version(/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/s132_nrf52_5.1.0_softdevice.hex) as the one in the SDK(5.1.0). Using the one found in the SDK.

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

-- Found projects: /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci;/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci;/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci;/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci

-- PROJECT_NAME:ser_s132v3_usb_hci PCA_TYPE:pca10056 SD_TV: s132v3 TRANSPORT:usb

-- Newer SoftDevice version found (3.1.0) than the SDK provides (3.0.0).

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

-- PROJECT_NAME:ser_s132v5_usb_hci PCA_TYPE:pca10056 SD_TV: s132v5 TRANSPORT:usb

-- SoftDevice version found is the same version(/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/s132_nrf52_5.1.0_softdevice.hex) as the one in the SDK(5.1.0). Using the one found in the SDK.

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

-- PROJECT_NAME:ser_s140_hci PCA_TYPE:pca10056 SD_TV: s140 TRANSPORT:uart

-- SoftDevice version found is the same version(/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/s140_nrf52_6.1.1_softdevice.hex) as the one in the SDK(6.1.1). Using the one found in the SDK.

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

-- PROJECT_NAME:ser_s140_usb_hci PCA_TYPE:pca10056 SD_TV: s140 TRANSPORT:usb

-- SoftDevice version found is the same version(/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/s140_nrf52_6.1.1_softdevice.hex) as the one in the SDK(6.1.1). Using the one found in the SDK.

-- Running make:/usr/bin/make in ARMGCC_PROJECT_DIRECTORY:/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc

-- Storing files in /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

-- Found projects: /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10059/ser_s132v3_usb_hci;/tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10059/ser_s140_usb_hci

-- PROJECT_NAME:ser_s132v3_usb_hci PCA_TYPE:pca10059 SD_TV: s132v3 TRANSPORT:usb

-- Newer SoftDevice version found (3.1.0) than the SDK provides (3.0.0).

-- Target connectivity_1.0.0_usb_with_s132_3.1.0 already exists.

-- PROJECT_NAME:ser_s140_usb_hci PCA_TYPE:pca10059 SD_TV: s140 TRANSPORT:usb

-- SoftDevice version found is the same version(/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/s140_nrf52_6.1.1_softdevice.hex) as the one in the SDK(6.1.1). Using the one found in the SDK.

-- Target connectivity_1.0.0_usb_with_s140_6.1.1 already exists.

-- Connectivity artifacts _CONNECTIVITY_ARTIFACTS_SDv2;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/connectivity_1.0.0_1m_with_s130_2.0.1.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/connectivity_1.0.0_1m_with_s132_2.0.1.hex;_CONNECTIVITY_ARTIFACTS_SDv6;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_1m_with_s132_6.1.1.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_1m_with_s140_6.1.1.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_with_s140_6.1.1.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_for_s140_6.1.1.hex;_CONNECTIVITY_ARTIFACTS_SDv3;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_1m_with_s132_3.1.0.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_with_s132_3.1.0.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_for_s132_3.1.0.hex;_CONNECTIVITY_ARTIFACTS_SDv5;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_1m_with_s132_5.1.0.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_with_s132_5.1.0.hex;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip;|/Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_for_s132_5.1.0.hex

-- Compiled tests are installed in directory "bin"

-- Compiled examples are installed in directory "bin"

-- Did not find clang-tidy, target tidy is disabled.

-- If clang-tidy is installed, make sure run-clang-tidy.py and clang-tidy is in PATH

-- Configuring done

-- Generating done

-- Build files have been written to: /Users/elainechesoni/Dev/Nordic/pc-ble-driver/build

[1/9] Generating connectivity_1.0.0_1m_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5

Preparing: _build/nrf52832_xxaa.hex

Preparing: _build/nrf52832_xxaa.bin

DONE nrf52832_xxaa

/bin/sh: line 1: 52579 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v5_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_5.1.0.hex

[2/9] Generating connectivity_1.0.0_1m_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Preparing: _build/nrf52840_xxaa.hex

Preparing: _build/nrf52840_xxaa.bin

DONE nrf52840_xxaa

/bin/sh: line 1: 52582 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s140_6.1.1.hex

[3/9] Generating connectivity_1.0.0_1m_with_s132_6.1.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6

Preparing: _build/nrf52832_xxaa.hex

Preparing: _build/nrf52832_xxaa.bin

DONE nrf52832_xxaa

/bin/sh: line 1: 52583 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132_hci/armgcc/_build/nrf52832_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_6.1.1.hex

[4/9] Generating connectivity_1.0.0_usb_with_s132_5.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_5.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_5.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00A5 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_5.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v5/connectivity_1.0.0_usb_for_s132_5.1.0.hex

Preparing: _build/nrf52840_xxaa.hex

Preparing: _build/nrf52840_xxaa.bin

DONE nrf52840_xxaa

/bin/sh: line 1: 52585 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v5_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s132v5/hex/s132_nrf52_5.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_5.1.0.hex

[5/9] Generating connectivity_1.0.0_1m_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_1m_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc/_build/nrf52832_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3

Preparing: _build/nrf52832_xxaa.hex

Preparing: _build/nrf52832_xxaa.bin

DONE nrf52832_xxaa

/bin/sh: line 1: 52581 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10040/ser_s132v3_hci/armgcc/_build/nrf52832_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_1m_with_s132_3.1.0.hex

[6/9] Generating connectivity_1.0.0_usb_with_s140_6.1.1_cmd

FAILED: connectivity_1.0.0_usb_with_s140_6.1.1_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_usb_with_s140_6.1.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x00B6 --debug-mode --softdevice /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s140_6.1.1_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v6/connectivity_1.0.0_usb_for_s140_6.1.1.hex

Preparing: _build/nrf52840_xxaa.hex

Preparing: _build/nrf52840_xxaa.bin

DONE nrf52840_xxaa

/bin/sh: line 1: 52586 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s140_usb_hci/armgcc/_build/nrf52840_xxaa.hex /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/components/softdevice/s140/hex/s140_nrf52_6.1.1_softdevice.hex -o connectivity_1.0.0_usb_with_s140_6.1.1.hex

[7/9] Generating connectivity_1.0.0_usb_with_s132_3.1.0_cmd

FAILED: connectivity_1.0.0_usb_with_s132_3.1.0_cmd 

cd /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_3.1.0.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /Users/elainechesoni/.pyenv/shims/nrfutil pkg generate --application /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex --hw-version 52 --sd-req 0 --sd-id 0x0091 --debug-mode --softdevice /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_usb_with_s132_3.1.0_dfu_pkg.zip /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3 && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/connectivity_1.0.0_usb_for_s132_3.1.0.hex

Preparing: _build/nrf52840_xxaa.hex

Preparing: _build/nrf52840_xxaa.bin

DONE nrf52840_xxaa

/bin/sh: line 1: 52584 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v15/nRF5_SDK_15.3.0_59ac345/examples/connectivity/ble_connectivity/pca10056/ser_s132v3_usb_hci/armgcc/_build/nrf52840_xxaa.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v3/s132_nrf52_3.1.0_softdevice.hex -o connectivity_1.0.0_usb_with_s132_3.1.0.hex

[8/9] Generating connectivity_1.0.0_1m_with_s130_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s130_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc/_build/nrf51422_xxac_s130.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s130_nrf51_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s130_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s130_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf51.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf51.s

Linking target: nrf51422_xxac_s130.out

Preparing: nrf51422_xxac_s130.bin

Preparing: nrf51422_xxac_s130.hex

   text   data     bss     dec     hex filename

  48088     144   4872   53104   cf70 _build/nrf51422_xxac_s130.out

/bin/sh: line 1: 55811 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10028/ser_s130_hci/armgcc/_build/nrf51422_xxac_s130.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s130_nrf51_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s130_2.0.1.hex

[9/9] Generating connectivity_1.0.0_1m_with_s132_2.0.1_cmd

FAILED: connectivity_1.0.0_1m_with_s132_2.0.1_cmd 

cd /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E env CFLAGS=-DAPP_VERSION_MAJOR=1\ -DAPP_VERSION_MINOR=0\ -DAPP_VERSION_PATCH=0 /usr/bin/make && /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc/_build/nrf52832_xxaa_s132.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s132_nrf52_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_2.0.1.hex && /usr/local/Cellar/cmake/3.19.6/bin/cmake -E copy connectivity_1.0.0_1m_with_s132_2.0.1.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2

cmake -E remove_directory _build

echo  Makefile

Makefile

mkdir _build

Compiling file: ble_dtm_init.c

Compiling file: ble_enable.c

Compiling file: ble_event.c

Compiling file: ble_evt_tx_complete.c

Compiling file: ble_evt_user_mem_release.c

Compiling file: ble_evt_user_mem_request.c

Compiling file: ble_gap_address_get.c

Compiling file: ble_gap_address_set.c

Compiling file: ble_gap_adv_data_set.c

Compiling file: ble_gap_adv_start.c

Compiling file: ble_gap_adv_stop.c

Compiling file: ble_gap_appearance_get.c

Compiling file: ble_gap_appearance_set.c

Compiling file: ble_gap_auth_key_reply.c

Compiling file: ble_gap_authenticate.c

Compiling file: ble_gap_conn_param_update.c

Compiling file: ble_gap_conn_sec_get.c

Compiling file: ble_gap_connect.c

Compiling file: ble_gap_connect_cancel.c

Compiling file: ble_gap_device_name_get.c

Compiling file: ble_gap_device_name_set.c

Compiling file: ble_gap_disconnect.c

Compiling file: ble_gap_encrypt.c

Compiling file: ble_gap_evt_adv_report.c

Compiling file: ble_gap_evt_auth_key_request.c

Compiling file: ble_gap_evt_auth_status.c

Compiling file: ble_gap_evt_conn_param_update.c

Compiling file: ble_gap_evt_conn_param_update_request.c

Compiling file: ble_gap_evt_conn_sec_update.c

Compiling file: ble_gap_evt_connected.c

Compiling file: ble_gap_evt_disconnected.c

Compiling file: ble_gap_evt_key_pressed.c

Compiling file: ble_gap_evt_lesc_dhkey_request.c

Compiling file: ble_gap_evt_passkey_display.c

Compiling file: ble_gap_evt_rssi_changed.c

Compiling file: ble_gap_evt_scan_req_report.c

Compiling file: ble_gap_evt_sec_info_request.c

Compiling file: ble_gap_evt_sec_params_request.c

Compiling file: ble_gap_evt_sec_request.c

Compiling file: ble_gap_evt_timeout.c

Compiling file: ble_gap_keypress_notify.c

Compiling file: ble_gap_lesc_dhkey_reply.c

Compiling file: ble_gap_lesc_oob_data_get.c

Compiling file: ble_gap_lesc_oob_data_set.c

Compiling file: ble_gap_ppcp_get.c

Compiling file: ble_gap_ppcp_set.c

Compiling file: ble_gap_rssi_get.c

Compiling file: ble_gap_rssi_start.c

Compiling file: ble_gap_rssi_stop.c

Compiling file: ble_gap_scan_start.c

Compiling file: ble_gap_scan_stop.c

Compiling file: ble_gap_sec_info_reply.c

Compiling file: ble_gap_sec_params_reply.c

Compiling file: ble_gap_struct_serialization.c

Compiling file: ble_gap_tx_power_set.c

Compiling file: ble_gattc_attr_info_discover.c

Compiling file: ble_gattc_char_value_by_uuid_read.c

Compiling file: ble_gattc_char_values_read.c

Compiling file: ble_gattc_characteristics_discover.c

Compiling file: ble_gattc_descriptors_discover.c

Compiling file: ble_gattc_evt_attr_info_disc_rsp.c

Compiling file: ble_gattc_evt_char_disc_rsp.c

Compiling file: ble_gattc_evt_char_val_by_uuid_read_rsp.c

Compiling file: ble_gattc_evt_char_vals_read_rsp.c

Compiling file: ble_gattc_evt_desc_disc_rsp.c

Compiling file: ble_gattc_evt_hvx.c

Compiling file: ble_gattc_evt_prim_srvc_disc_rsp.c

Compiling file: ble_gattc_evt_read_rsp.c

Compiling file: ble_gattc_evt_rel_disc_rsp.c

Compiling file: ble_gattc_evt_timeout.c

Compiling file: ble_gattc_evt_write_rsp.c

Compiling file: ble_gattc_hv_confirm.c

Compiling file: ble_gattc_primary_services_discover.c

Compiling file: ble_gattc_read.c

Compiling file: ble_gattc_relationships_discover.c

Compiling file: ble_gattc_struct_serialization.c

Compiling file: ble_gattc_write.c

Compiling file: ble_gatts_attr_get.c

Compiling file: ble_gatts_characteristic_add.c

Compiling file: ble_gatts_descriptor_add.c

Compiling file: ble_gatts_evt_hvc.c

Compiling file: ble_gatts_evt_rw_authorize_request.c

Compiling file: ble_gatts_evt_sc_confirm.c

Compiling file: ble_gatts_evt_sys_attr_missing.c

Compiling file: ble_gatts_evt_timeout.c

Compiling file: ble_gatts_evt_write.c

Compiling file: ble_gatts_hvx.c

Compiling file: ble_gatts_include_add.c

Compiling file: ble_gatts_initial_user_handle_get.c

Compiling file: ble_gatts_rw_authorize_reply.c

Compiling file: ble_gatts_service_add.c

Compiling file: ble_gatts_service_changed.c

Compiling file: ble_gatts_struct_serialization.c

Compiling file: ble_gatts_sys_attr_get.c

Compiling file: ble_gatts_sys_attr_set.c

Compiling file: ble_gatts_value_get.c

Compiling file: ble_gatts_value_set.c

Compiling file: ble_l2cap_cid_register.c

Compiling file: ble_l2cap_cid_unregister.c

Compiling file: ble_l2cap_evt_rx.c

Compiling file: ble_l2cap_tx.c

Compiling file: ble_opt_get.c

Compiling file: ble_opt_id_pre_decoder.c

Compiling file: ble_opt_set.c

Compiling file: ble_serialization.c

Compiling file: ble_struct_serialization.c

Compiling file: ble_tx_packet_count_get.c

Compiling file: ble_user_mem_reply.c

Compiling file: ble_uuid_decode.c

Compiling file: ble_uuid_encode.c

Compiling file: ble_uuid_vs_add.c

Compiling file: ble_version_get.c

Compiling file: cond_field_serialization.c

Compiling file: conn_ble_gap_sec_keys.c

Compiling file: conn_ble_user_mem.c

Compiling file: conn_mw.c

Compiling file: conn_mw_ble.c

Compiling file: conn_mw_ble_gap.c

Compiling file: conn_mw_ble_gattc.c

Compiling file: conn_mw_ble_gatts.c

Compiling file: conn_mw_ble_l2cap.c

Compiling file: conn_mw_nrf_soc.c

Compiling file: dtm_uart.c

Compiling file: ecb_block_encrypt.c

Compiling file: nrf_soc_struct_serialization.c

Compiling file: power_system_off.c

Compiling file: ser_conn_cmd_decoder.c

Compiling file: ser_conn_dtm_cmd_decoder.c

Compiling file: ser_conn_error_handling.c

Compiling file: ser_conn_event_encoder.c

Compiling file: ser_conn_handlers.c

Compiling file: ser_conn_pkt_decoder.c

Compiling file: ser_conn_reset_cmd_decoder.c

Compiling file: ser_hal_transport.c

Compiling file: ser_phy_hci.c

Compiling file: ser_phy_hci_slip.c

Compiling file: temp_get.c

Compiling file: app_error.c

Compiling file: app_error_weak.c

Compiling file: app_mailbox.c

Compiling file: app_scheduler_serconn.c

Compiling file: app_timer.c

Compiling file: app_util_platform.c

Compiling file: crc16.c

Compiling file: nrf_assert.c

Compiling file: app_uart.c

Compiling file: nrf_delay.c

Compiling file: nrf_drv_common.c

Compiling file: nrf_drv_uart.c

Compiling file: main.c

Compiling file: ble_advdata.c

Compiling file: ble_conn_params.c

Compiling file: ble_dtm.c

Compiling file: ble_srv_common.c

Compiling file: system_nrf52.c

Compiling file: softdevice_handler.c

Assembly file: gcc_startup_nrf52.s

Linking target: nrf52832_xxaa_s132.out

Preparing: nrf52832_xxaa_s132.bin

Preparing: nrf52832_xxaa_s132.hex

   text   data     bss     dec     hex filename

  48008     124   4880   53012   cf14 _build/nrf52832_xxaa_s132.out

/bin/sh: line 1: 56644 Killed: 9               /Users/elainechesoni/Dev/Nordic/nRF-Command-Line-Tools_10_12_1_OSX/nRF-Command-Line-Tools_10_12_1/mergehex/mergehex -m /tmp/pc-ble-driver/sdks/v11/examples/ble_central_and_peripheral/ble_connectivity/pca10036/ser_s132_hci/armgcc/_build/nrf52832_xxaa_s132.hex /Users/elainechesoni/Dev/Nordic/pc-ble-driver/hex/sd_api_v2/s132_nrf52_2.0.1_softdevice.hex -o connectivity_1.0.0_1m_with_s132_2.0.1.hex

ninja: build stopped: subcommand failed.

Before this command, the instructions said to set the COMPILE_CONNECTIVITY=1, and CONNECTIVITY_VERSION=1.0.0 in the CMakeLists.txt. I have tried doing this two ways. First, by using the command:

cmake -G Ninja -DCOMPILE_CONNECTIVITY=1 -DCONNECTIVITY_VERSION=1.0.0 ..

(executed from the build folder)

and by adding the two lines to the CMakeLists.txt:

set(COMPILE_CONNECTIVITY "1")
set(CONNECTIVITY_VERSION "1.0.0")

The hex files fail to build in both cases.

For reference, here's what I'm using:

OS: MacOS Big Sur 11.2.1

ninja --version 1.10.2

cmake version 3.19.6

git version 2.24.3 (Apple Git-128)

Related