microsoft / jacdac-stm32x0

Jacdac implementation for STM32F0 and similar
MIT License
11 stars 10 forks source link

Win patch #45

Closed jamesadevine closed 2 years ago

jamesadevine commented 2 years ago

It seems git bash has a line character limit of 8k characters. In the cases where the build commands exceed 8k characters, processes fail. In particular, this was affecting arm-none-eabi-gcc compilation of the final binary, which includes quite a few object files.

The patch uses the @file flag of arm-none-eabi-gcc to pass long compile options to the tool,