TA1DB commented on pull request #1817: URL: https://github.com/apache/incubator-nuttx/pull/1817#issuecomment-716192273
> @TA1DB do you modify PATH like this: > export PATH=$PATH:/usr/local/opt/binutils/bin @xiaoxiang781216 thanks for your kind answer. I did, but I understand that my path was wrong, with the exact path you've given my build pass the objcopy but now I get undefined symbol error like this: ... Undefined symbols for architecture x86_64: "NXsyslog", referenced from: _up_assert in nuttx.rel "_nx_start", referenced from: _main in nuttx.rel "_up_doirq", referenced from: _up_handle_irq in up_hostirq.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [nuttx] Error 1 make: *** [nuttx] Error 2 ---------------------------------------------------------------- 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: us...@infra.apache.org