lulingar commented on a change in pull request #3836: URL: https://github.com/apache/incubator-nuttx/pull/3836#discussion_r649190581
########## File path: boards/sim/sim/sim/scripts/Make.defs ########## @@ -83,7 +83,7 @@ endif CC = $(CROSSDEV)cc CXX = $(CROSSDEV)c++ CPP = $(CROSSDEV)cc -E -P -x c -LD = $(CROSSDEV)ld +LD = $(CROSSDEV)gcc Review comment: This is breaking our clang-based build. -- 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