openMMC icon indicating copy to clipboard operation
openMMC copied to clipboard

Test build on Windows

Open henrique-silva opened this issue 7 years ago • 1 comments

There should be some problems with the libraries and headers paths when compiling the firmware on Windows.

henrique-silva avatar Mar 26 '18 16:03 henrique-silva

Builds fine under Windows with newest (9-2019-q4-major) GNU-Arm toolchain

[ 11%] Built target FreeRTOS
[ 42%] Built target lpcopen
[ 94%] Built target openMMC
[100%] Built target bootloader
build/out/bootloader.axf:                                                          ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped
build/out/bootloader.bin:                                                          data
build/out/bootloader_pad.bin:                                                      data
build/out/openMMC.axf:                                                             ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped
build/out/openMMC.bin:                                                             data
build/out/openMMC_full.bin:                                                        data 

paultech avatar Jan 24 '20 17:01 paultech

I don't think openMMC builds on Windows anymore (due some Unix commands necessary to generate the combined bootloader + application binary). If someone want to support building on other platforms, PRs are welcome.

augustofg avatar Aug 22 '24 16:08 augustofg