[PATCH] wscript: Allow start code to be written in C

2022-04-18 Thread Kinsey Moore
Start code for most platforms requires hand-coded ASM but some can be bootstrapped entirely in C, especially for paravirtualized platforms. This change allows start code to be written in C where possible instead of requiring architecture-specific ASM to bridge to C. --- wscript | 6 +- 1 file

Building RTEMS 6 toolchain on a Mac

2022-04-18 Thread Cedric Berger
Hello, On 11.04.22 00:37, Chris Johns wrote: I suspect we will need a later version of expat that has the aarch64 support. I do not have access access to an M1 Mac so I cannot test this. Chris So I tried to compile RTEMS 6 for arm on MacOS for both the M1 and Intel architecture. It was not v