m-stack icon indicating copy to clipboard operation
m-stack copied to clipboard

Faillure to build examples

Open a-v-s opened this issue 6 years ago • 2 comments

Using
microchip-mplabx-bin version 5.05-1 microchip-mplabxc8-bin version 2.05-1 Target configuration "PIC18_Starter_Kit_PIC18F46J50"

The build fails. See the attacked build log: build_log.txt

a-v-s avatar May 18 '19 22:05 a-v-s

I'm getting the same issue. You can fix the warning ../../../usb/src/usb_hal.h:28:9: note: 'UAB_HAL_H__' is defined here; did you mean 'USB_HAL_H__'? by changing UAB_HAL_H__ to USB_HAL_H__

However, I'm having no luck fixing the build error caused by @BD_ADDR...

deltabeard avatar Feb 28 '20 17:02 deltabeard

Possible fix at https://github.com/signal11/m-stack/pull/26

deltabeard avatar Feb 28 '20 18:02 deltabeard