upfront compiling error
Posted: Wed May 20, 2020 1:58 am
I'm trying to use roger's files to compile code with pwmWrite and the nice HardwareTimer, but I get a simple error:
Arduino: 1.8.12 (Windows 10), Board: "Generic STM32F103C series, STM32F103C8 (20k RAM. 64k Flash), HID bootloader 2.0, 72Mhz (Normal), Smallest (default)"
exec: "/bin/arm-none-eabi-g++": file does not exist
Error compiling for board Generic STM32F103C series.
In my limited experience, it looks to me like a Linux library file... How do you get the files running on Windows? I've pasted the unzipped folders in the hardware folder of Arduino and rebooted. That's all the installation instructions say since I'm using an stm32f1 series. I've tried compiling with various upload methods and "Optimize" options and they all return this error.
Is there a file that I forgot to run?
Arduino: 1.8.12 (Windows 10), Board: "Generic STM32F103C series, STM32F103C8 (20k RAM. 64k Flash), HID bootloader 2.0, 72Mhz (Normal), Smallest (default)"
exec: "/bin/arm-none-eabi-g++": file does not exist
Error compiling for board Generic STM32F103C series.
In my limited experience, it looks to me like a Linux library file... How do you get the files running on Windows? I've pasted the unzipped folders in the hardware folder of Arduino and rebooted. That's all the installation instructions say since I'm using an stm32f1 series. I've tried compiling with various upload methods and "Optimize" options and they all return this error.
Is there a file that I forgot to run?