We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libm.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libm.tbd ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture i386: "_cfmakeraw", referenced from: _uart_dev_set_attr in @apache-mynewt-core_hw_mcu_native.a(native_uart_cfg.o) "_cfsetispeed", referenced from: _uart_dev_set_attr in @apache-mynewt-core_hw_mcu_native.a(native_uart_cfg.o) "_isalnum", referenced from: _uart_log_data in @apache-mynewt-core_hw_mcu_native.a(hal_uart.o) "___snprintf_chk", referenced from: _uart_pty in @apache-mynewt-core_hw_mcu_native.a(hal_uart.o) _uart_log_data in @apache-mynewt-core_hw_mcu_native.a(hal_uart.o) "_isdigit", referenced from: _uart_hal_init in @apache-mynewt-core_hw_drivers_uart_uart_hal.a(uart_hal.o) "_sigaction", referenced from: _sim_signals_init in @apache-mynewt-core_kernel_sim.a(sim_sched_sig.o) "_setitimer", referenced from: _sim_tick_idle in @apache-mynewt-core_kernel_sim.a(sim_sched_sig.o) "_tcgetattr", referenced from: _uart_pty_set_attr in @apache-mynewt-core_hw_mcu_native.a(hal_uart.o) "_sigprocmask", referenced from: _sim_save_sr in @apache-mynewt-core_kernel_sim.a(sim_sched_sig.o) _sim_restore_sr in @apache-mynewt-core_kernel_sim.a(sim_sched_sig.o) _sim_in_critical in @apache-mynewt-core_kernel_sim.a(sim_sched_sig.o) "_memcmp", referenced from: _addrcmp in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) "_if_nametoindex", referenced from: _native_sock_itf_getnext in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) _native_sock_itf_addr in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) _native_sock_itf_addr_getnext in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) "_freeifaddrs", referenced from: _native_sock_itf_getnext in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) _native_sock_itf_addr in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) _native_sock_itf_addr_getnext in @apache-mynewt-core_net_ip_native_sockets.a(native_itf.o) "_open$UNIX2003", referenced from: _flash_native_file_open in @apache-mynewt-core_hw_mcu_native.a(hal_flash.o) _uart_open_dev in @apache-mynewt-core_hw_mcu_native.a(hal_uart.o) _uart_open_log in @apache-mynewt-core_hw_mcu_native.a(hal_uart.o) "_kill$UNIX2003", referenced from:
The text was updated successfully, but these errors were encountered:
cc @ccollins476ad @nkaje @aditihilbert
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: