nuttx/arch/sim
ligd a9830254cf SIM in MacOS: make MacOS link process same with Linux
1. There is difference about symbol replace on nuttx-names.in
   between MacOS & Linux
2. For MacOS, if open '-fvisibility=hidden' and adjust nuttx-names.in,
   it will meet symbol link-back-to-nuttx error.
3. Make the MacOS replace behaviour, same with Linux

Note:
MacOS should install objcopy with command:
$ brew install binutils
$ export PATH=$PATH:/usr/local/opt/binutils/bin

already check in to cibuild.sh

Change-Id: If78b784cc0ecb98cdbf7091de38acef00a8a02f3
Signed-off-by: ligd <liguiding1@xiaomi.com>
2020-09-18 18:58:32 +09:00
..
include arch/sim: Model host signal as NuttX's interrupt 2020-09-03 10:20:50 +08:00
src SIM in MacOS: make MacOS link process same with Linux 2020-09-18 18:58:32 +09:00
Kconfig sim/uart: support tty operation in arch/sim 2020-09-14 09:23:46 -03:00