chenzhihong007 commented on code in PR #8752: URL: https://github.com/apache/nuttx/pull/8752#discussion_r1127686357
########## boards/risc-v/hpm6750/hpm6750evk2/scripts/Make.defs: ########## @@ -22,6 +22,10 @@ include $(TOPDIR)/.config include $(TOPDIR)/tools/Config.mk include $(TOPDIR)/arch/risc-v/src/common/Toolchain.defs +ifeq ($(CONFIG_HPM_GNU_TOOLCHAIN),y) + CROSSDEV = riscv32-unknown-elf- Review Comment: I agree with you. Usually, many companys have their own tool chain. This option will provide convenience for users. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
