TA1DB commented on pull request #1817: URL: https://github.com/apache/incubator-nuttx/pull/1817#issuecomment-716383890
@yamt thanks for your help. My binutils info is similar to your's except that my info has some explanations about the path. (I did these recommendations previously). There may be a corruption in developer tools because I did many trials to resolve this issue for instance I installed crosstools-ng acoording to [this paper](https://pigiuz.wordpress.com/2013/09/12/resolving-symbols-conflict-between-libraries-on-osx-with-objcopy/) and installed (removed afterwards) the prerequisites - recommended tools [here](Installing — NuttX Companion 0.1.6 documentation) `apple-mbp:~ murat$ brew info binutils binutils: stable 2.35.1 (bottled) [keg-only] GNU binary tools for native development https://www.gnu.org/software/binutils/binutils.html /usr/local/Cellar/binutils/2.35.1 (139 files, 169.4MB) Poured from bottle on 2020-10-25 at 14:18:41 From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/binutils.rb License: GPL-2.0 ==> Caveats binutils is keg-only, which means it was not symlinked into /usr/local, because Apple's CLT provides the same tools. If you need to have binutils first in your PATH run: echo 'export PATH="/usr/local/opt/binutils/bin:$PATH"' >> /Users/murat/.bash_profile For compilers to find binutils you may need to set: export LDFLAGS="-L/usr/local/opt/binutils/lib" export CPPFLAGS="-I/usr/local/opt/binutils/include" ==> Analytics install: 5,218 (30 days), 17,930 (90 days), 65,640 (365 days) install-on-request: 4,406 (30 days), 15,304 (90 days), 56,600 (365 days) build-error: 0 (30 days) apple-mbp:~ murat$ ` ---------------------------------------------------------------- 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