m-stack
m-stack copied to clipboard
Faillure to build examples
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
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...
Possible fix at https://github.com/signal11/m-stack/pull/26