2025-11-06 2:17 PM
I've been trying to build example projects (i.e. Ux_Host_HID) with the make tool chain config with stm32cubeMX
So when i run make, a bunch of stuff compiles, then i get this error.
$(BUILD_DIR)/%.o: %.s Makefile | $(BUILD_DIR)
$(AS) -c $(CFLAGS) $< -o $@
$(BUILD_DIR)/%.o: %.S Makefile | $(BUILD_DIR)
$(AS) -c $(CFLAGS) $< -o $@
Note: all files are generated from STM32CubeMX form their examples directory.