v01d commented on pull request #3704: URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-848283946
> > > Build now passes on Linux for sim. I will try to have a look at some board with protected/kernel build to complete that as well. > > > BTW, I think one of the macos failures right now is a problem where the default macos linker is not able to create ELF executables and the makefiles used the gnu toolchain for this. I'm interested in your input on this since I'm thinking that we could then make sim on macos to use the gnu toolchain for the complete build (otherwise it gets unnecessarily complex to support this corner case). What do you think? > > > > > > I made a similar proposal before, but @ymat said that it's impossible. > > OK, thanks. I will add a way to support using a separate toolchain for module building then. It seems this will be a bit difficult. CMake does not make it easy to use different compiler inside the same project. Not impossible I guess but I haven't found a way. BTW, I managed to get stm32f4discovery building and passing ostest. I chose this board to be able to test PROTECTED/KERNEL mode, which is the only major feature missing. After that it should be mostly about completing apps (not many missing) and all arch/boards, as well as testing on other host platforms. -- 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: [email protected]
