This repository has been archived on 2024-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
2023-11-14 16:25:09 -05:00

273 lines
44 KiB
Plaintext

cmake -DCMAKE_BUILD_TYPE=Debug -S "/Users/mason/Documents/u5/stm32u5" -B "/tmp/u5/lib_build" -G "Ninja"
-- The C compiler identification is AppleClang 15.0.0.15000040
-- The CXX compiler identification is AppleClang 15.0.0.15000040
-- The ASM compiler identification is AppleClang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - failed
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- LIB_SOURCES: /Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_attributes_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_attributes_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_default_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_default_get_copy.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_default_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_delete.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_entry_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_entry_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_exFAT_entry_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_exFAT_entry_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_exFAT_free_search.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_exFAT_unicode_entry_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_first_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_first_full_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_free_search.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_information_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_local_path_clear.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_local_path_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_local_path_get_copy.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_local_path_restore.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_local_path_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_long_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_long_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_name_extract.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_name_test.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_next_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_next_full_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_search.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_short_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_directory_short_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_add_FAT_log.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_add_bitmap_log.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_add_checksum_log.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_add_dir_log.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_apply_logs.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_calculate_checksum.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_cleanup_FAT_chain.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_create_log_file.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_enable.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_read_FAT.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_read_directory_sector.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_read_log_file.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_recover.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_reset_log_file.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_set_FAT_chain.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_transaction_end.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_transaction_fail.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_transaction_start.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_fault_tolerant_write_log_file.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_attributes_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_attributes_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_best_effort_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_close.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_date_time_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_delete.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_extended_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_extended_best_effort_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_extended_relative_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_extended_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_extended_truncate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_extended_truncate_release.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_open.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_relative_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_truncate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_truncate_release.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_file_write_notify_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_abort.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_boot_info_extract.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_cache_invalidate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_check.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_check_FAT_chain_check.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_check_lost_cluster_check.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_close.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_close_notify_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_exFAT_format.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_extended_space_available.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_flush.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_format.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_format_oem_name_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_format_type_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_format_volume_id_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_open.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_open_notify_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_space_available.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_volume_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_volume_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_volume_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_media_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_partition_offset_calculate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_ram_driver.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_system_date_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_system_date_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_system_initialize.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_system_time_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_system_time_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_system_timer_entry.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_trace_event_insert.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_trace_event_update.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_trace_object_register.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_trace_object_unregister.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_directory_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_directory_entry_change.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_directory_entry_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_directory_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_directory_search.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_file_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_file_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_length_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_length_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_short_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_unicode_short_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_16_unsigned_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_16_unsigned_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_32_unsigned_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_32_unsigned_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_64_unsigned_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_64_unsigned_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_FAT_entry_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_FAT_entry_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_FAT_flush.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_FAT_map_flush.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_FAT_sector_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_absolute_path_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_allocate_new_cluster.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_bitmap_cache_prepare.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_bitmap_cache_update.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_bitmap_flush.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_bitmap_free_cluster_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_bitmap_initialize.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_bitmap_start_sector_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_cluster_free.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_cluster_state_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_cluster_state_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_geometry_check.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_name_hash_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_size_calculate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_system_area_checksum_verify.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_system_area_checksum_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_system_area_format.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_system_sector_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_unicode_name_hash_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_exFAT_upcase_table.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_logical_sector_cache_entry_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_logical_sector_flush.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_logical_sector_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_logical_sector_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_memory_copy.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_memory_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_string_length_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fx_utility_token_length_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_attributes_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_attributes_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_default_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_default_get_copy.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_default_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_delete.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_first_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_first_full_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_information_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_local_path_clear.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_local_path_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_local_path_get_copy.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_local_path_restore.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_local_path_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_long_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_long_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_name_test.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_next_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_next_full_entry_find.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_short_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_directory_short_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_fault_tolerant_enable.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_attributes_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_attributes_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_best_effort_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_close.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_date_time_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_delete.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_extended_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_extended_best_effort_allocate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_extended_relative_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_extended_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_extended_truncate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_extended_truncate_release.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_open.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_relative_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_seek.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_truncate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_truncate_release.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_file_write_notify_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_abort.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_cache_invalidate.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_check.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_close.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_close_notify_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_exFAT_format.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_extended_space_available.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_flush.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_format.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_open.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_open_notify_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_read.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_space_available.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_volume_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_volume_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_volume_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_media_write.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_system_date_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_system_date_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_system_time_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_system_time_set.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_directory_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_directory_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_file_create.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_file_rename.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_short_name_get.c;/Users/mason/Documents/u5/stm32u5/filex/common/src/fxe_unicode_short_name_get_extended.c;/Users/mason/Documents/u5/stm32u5/src/bsp.c;/Users/mason/Documents/u5/stm32u5/src/delay.c;/Users/mason/Documents/u5/stm32u5/src/delay.cpp;/Users/mason/Documents/u5/stm32u5/src/dma.cpp;/Users/mason/Documents/u5/stm32u5/src/global_variable.c;/Users/mason/Documents/u5/stm32u5/src/gpio.cpp;/Users/mason/Documents/u5/stm32u5/src/i2c.cpp;/Users/mason/Documents/u5/stm32u5/src/prepherials.cpp;/Users/mason/Documents/u5/stm32u5/src/queue.cpp;/Users/mason/Documents/u5/stm32u5/src/sdmmc.cpp;/Users/mason/Documents/u5/stm32u5/src/syscalls.c;/Users/mason/Documents/u5/stm32u5/src/sysmem.c;/Users/mason/Documents/u5/stm32u5/src/usart.cpp;/Users/mason/Documents/u5/stm32u5/startup/startup_stm32u575zitxq.s
-- CMAKE_CURRENT_LIST_DIR: /Users/mason/Documents/u5/stm32u5
-- Configuring done (0.4s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/u5/lib_build
cmake --build "/tmp/u5/lib_build" --target all
[1/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_exFAT_entry_read.c.obj
[2/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_attributes_read.c.obj
[3/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_default_get.c.obj
[4/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_default_set.c.obj
[5/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_entry_read.c.obj
[6/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_attributes_set.c.obj
[7/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_create.c.obj
[8/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_default_get_copy.c.obj
[9/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_delete.c.obj
[10/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_entry_write.c.obj
[11/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_exFAT_entry_write.c.obj
[12/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_exFAT_unicode_entry_write.c.obj
[13/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_local_path_clear.c.obj
[14/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_exFAT_free_search.c.obj
[15/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_information_get.c.obj
[16/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_first_entry_find.c.obj
[17/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_first_full_entry_find.c.obj
[18/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_local_path_get_copy.c.obj
[19/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_free_search.c.obj
[20/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_local_path_get.c.obj
[21/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_local_path_set.c.obj
[22/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_local_path_restore.c.obj
[23/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_long_name_get_extended.c.obj
[24/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_name_extract.c.obj
[25/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_name_test.c.obj
[26/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_long_name_get.c.obj
[27/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_rename.c.obj
[28/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_next_full_entry_find.c.obj
[29/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_search.c.obj
[30/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_next_entry_find.c.obj
[31/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_add_FAT_log.c.obj
[32/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_add_bitmap_log.c.obj
[33/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_add_dir_log.c.obj
[34/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_short_name_get.c.obj
[35/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_add_checksum_log.c.obj
[36/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_directory_short_name_get_extended.c.obj
[37/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_apply_logs.c.obj
[38/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_calculate_checksum.c.obj
[39/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_read_FAT.c.obj
[40/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_create_log_file.c.obj
[41/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_enable.c.obj
[42/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_cleanup_FAT_chain.c.obj
[43/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_read_directory_sector.c.obj
[44/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_read_log_file.c.obj
[45/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_reset_log_file.c.obj
[46/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_set_FAT_chain.c.obj
[47/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_transaction_end.c.obj
[48/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_transaction_fail.c.obj
[49/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_transaction_start.c.obj
[50/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_recover.c.obj
[51/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_attributes_read.c.obj
[52/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_fault_tolerant_write_log_file.c.obj
[53/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_attributes_set.c.obj
[54/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_best_effort_allocate.c.obj
[55/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_allocate.c.obj
[56/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_close.c.obj
[57/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_create.c.obj
[58/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_date_time_set.c.obj
[59/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_delete.c.obj
[60/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_extended_allocate.c.obj
[61/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_extended_best_effort_allocate.c.obj
[62/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_extended_relative_seek.c.obj
[63/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_extended_truncate.c.obj
[64/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_extended_seek.c.obj
[65/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_open.c.obj
[66/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_extended_truncate_release.c.obj
[67/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_read.c.obj
[68/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_relative_seek.c.obj
[69/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_seek.c.obj
[70/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_rename.c.obj
[71/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_write_notify_set.c.obj
[72/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_truncate_release.c.obj
[73/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_truncate.c.obj
[74/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_abort.c.obj
[75/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_file_write.c.obj
[76/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_cache_invalidate.c.obj
[77/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_boot_info_extract.c.obj
[78/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_check.c.obj
[79/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_close_notify_set.c.obj
[80/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_check_lost_cluster_check.c.obj
[81/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_close.c.obj
[82/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_exFAT_format.c.obj
[83/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_check_FAT_chain_check.c.obj
[84/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_extended_space_available.c.obj
[85/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_format_oem_name_set.c.obj
[86/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_format_type_set.c.obj
[87/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_flush.c.obj
[88/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_open.c.obj
[89/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_space_available.c.obj
[90/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_open_notify_set.c.obj
[91/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_read.c.obj
[92/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_format.c.obj
[93/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_format_volume_id_set.c.obj
[94/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_system_date_set.c.obj
[95/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_volume_get.c.obj
[96/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_volume_set.c.obj
[97/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_write.c.obj
[98/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_partition_offset_calculate.c.obj
[99/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_system_initialize.c.obj
[100/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_ram_driver.c.obj
[101/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_system_date_get.c.obj
[102/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_media_volume_get_extended.c.obj
[103/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_system_time_set.c.obj
[104/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_trace_event_update.c.obj
[105/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_trace_event_insert.c.obj
[106/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_system_time_get.c.obj
[107/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_system_timer_entry.c.obj
[108/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_trace_object_register.c.obj
[109/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_trace_object_unregister.c.obj
[110/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_directory_create.c.obj
[111/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_length_get.c.obj
[112/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_directory_entry_read.c.obj
[113/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_length_get_extended.c.obj
[114/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_name_get.c.obj
[115/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_directory_entry_change.c.obj
[116/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_directory_rename.c.obj
[117/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_file_create.c.obj
[118/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_file_rename.c.obj
[119/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_name_get_extended.c.obj
[120/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_16_unsigned_read.c.obj
[121/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_directory_search.c.obj
[122/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_short_name_get.c.obj
[123/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_16_unsigned_write.c.obj
[124/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_32_unsigned_write.c.obj
[125/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_32_unsigned_read.c.obj
[126/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_64_unsigned_write.c.obj
[127/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_64_unsigned_read.c.obj
[128/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_unicode_short_name_get_extended.c.obj
[129/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_FAT_entry_write.c.obj
[130/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_absolute_path_get.c.obj
[131/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_allocate_new_cluster.c.obj
[132/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_FAT_sector_get.c.obj
[133/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_bitmap_cache_prepare.c.obj
[134/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_FAT_entry_read.c.obj
[135/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_FAT_map_flush.c.obj
[136/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_bitmap_cache_update.c.obj
[137/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_bitmap_flush.c.obj
[138/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_bitmap_initialize.c.obj
[139/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_bitmap_free_cluster_find.c.obj
[140/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_FAT_flush.c.obj
[141/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_cluster_free.c.obj
[142/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_cluster_state_get.c.obj
[143/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_bitmap_start_sector_get.c.obj
[144/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_size_calculate.c.obj
[145/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_geometry_check.c.obj
[146/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_cluster_state_set.c.obj
[147/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_system_area_checksum_write.c.obj
[148/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_system_area_checksum_verify.c.obj
[149/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_system_area_format.c.obj
[150/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_system_sector_write.c.obj
[151/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_upcase_table.c.obj
[152/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_name_hash_get.c.obj
[153/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_exFAT_unicode_name_hash_get.c.obj
[154/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_logical_sector_cache_entry_read.c.obj
[155/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_logical_sector_flush.c.obj
[156/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_memory_copy.c.obj
[157/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_logical_sector_read.c.obj
[158/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_memory_set.c.obj
[159/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_attributes_set.c.obj
[160/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_create.c.obj
[161/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_logical_sector_write.c.obj
[162/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_string_length_get.c.obj
[163/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fx_utility_token_length_get.c.obj
[164/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_attributes_read.c.obj
[165/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_default_get.c.obj
[166/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_default_set.c.obj
[167/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_first_entry_find.c.obj
[168/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_default_get_copy.c.obj
[169/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_first_full_entry_find.c.obj
[170/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_local_path_get_copy.c.obj
[171/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_local_path_get.c.obj
[172/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_local_path_restore.c.obj
[173/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_local_path_clear.c.obj
[174/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_delete.c.obj
[175/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_information_get.c.obj
[176/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_long_name_get.c.obj
[177/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_local_path_set.c.obj
[178/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_long_name_get_extended.c.obj
[179/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_name_test.c.obj
[180/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_short_name_get.c.obj
[181/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_fault_tolerant_enable.c.obj
[182/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_rename.c.obj
[183/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_next_full_entry_find.c.obj
[184/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_short_name_get_extended.c.obj
[185/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_directory_next_entry_find.c.obj
[186/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_allocate.c.obj
[187/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_attributes_set.c.obj
[188/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_attributes_read.c.obj
[189/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_best_effort_allocate.c.obj
[190/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_close.c.obj
[191/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_create.c.obj
[192/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_delete.c.obj
[193/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_extended_allocate.c.obj
[194/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_date_time_set.c.obj
[195/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_extended_truncate.c.obj
[196/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_extended_best_effort_allocate.c.obj
[197/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_extended_seek.c.obj
[198/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_open.c.obj
[199/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_read.c.obj
[200/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_extended_relative_seek.c.obj
[201/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_extended_truncate_release.c.obj
[202/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_relative_seek.c.obj
[203/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_rename.c.obj
[204/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_seek.c.obj
[205/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_write.c.obj
[206/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_write_notify_set.c.obj
[207/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_truncate_release.c.obj
[208/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_file_truncate.c.obj
[209/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_cache_invalidate.c.obj
[210/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_abort.c.obj
[211/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_check.c.obj
[212/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_close.c.obj
[213/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_exFAT_format.c.obj
[214/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_close_notify_set.c.obj
[215/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_extended_space_available.c.obj
[216/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_flush.c.obj
[217/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_format.c.obj
[218/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_open.c.obj
[219/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_space_available.c.obj
[220/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_read.c.obj
[221/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_open_notify_set.c.obj
[222/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_volume_get_extended.c.obj
[223/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_volume_get.c.obj
[224/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_volume_set.c.obj
[225/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_system_date_get.c.obj
[226/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_system_date_set.c.obj
[227/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_media_write.c.obj
[228/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_system_time_get.c.obj
[229/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_system_time_set.c.obj
[230/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_file_create.c.obj
[231/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_directory_rename.c.obj
[232/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_directory_create.c.obj
[233/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_file_rename.c.obj
[234/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_name_get_extended.c.obj
[235/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_name_get.c.obj
[236/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_short_name_get.c.obj
[237/252] Building C object CMakeFiles/STM32U5.dir/src/global_variable.c.obj
[238/252] Building C object CMakeFiles/STM32U5.dir/filex/common/src/fxe_unicode_short_name_get_extended.c.obj
[239/252] Building C object CMakeFiles/STM32U5.dir/src/delay.c.obj
[240/252] Building C object CMakeFiles/STM32U5.dir/src/bsp.c.obj
[241/252] Building C object CMakeFiles/STM32U5.dir/src/syscalls.c.obj
[242/252] Building C object CMakeFiles/STM32U5.dir/src/sysmem.c.obj
[243/252] Building ASM object CMakeFiles/STM32U5.dir/startup/startup_stm32u575zitxq.s.obj
[244/252] Building CXX object CMakeFiles/STM32U5.dir/src/queue.cpp.obj
[245/252] Building CXX object CMakeFiles/STM32U5.dir/src/gpio.cpp.obj
[246/252] Building CXX object CMakeFiles/STM32U5.dir/src/delay.cpp.obj
[247/252] Building CXX object CMakeFiles/STM32U5.dir/src/usart.cpp.obj
[248/252] Building CXX object CMakeFiles/STM32U5.dir/src/dma.cpp.obj
[249/252] Building CXX object CMakeFiles/STM32U5.dir/src/i2c.cpp.obj
[250/252] Building CXX object CMakeFiles/STM32U5.dir/src/sdmmc.cpp.obj
[251/252] Building CXX object CMakeFiles/STM32U5.dir/src/prepherials.cpp.obj
[252/252] Linking CXX static library libSTM32U5.a
warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: libSTM32U5.a the table of contents is empty (no object file members in the library define global symbols)