You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/12/09 22:05:45 UTC

[GitHub] [mynewt-newt] vrahane opened a new issue #425: newt test does not work with Mac OS X Catalina

vrahane opened a new issue #425:
URL: https://github.com/apache/mynewt-newt/issues/425


   ```
   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:
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-newt] vrahane commented on issue #425: newt test does not work with Mac OS X Catalina

Posted by GitBox <gi...@apache.org>.
vrahane commented on issue #425:
URL: https://github.com/apache/mynewt-newt/issues/425#issuecomment-742093132


   cc @ccollins476ad @nkaje @aditihilbert 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org