Microchip-MPLAB-Harmony / bootloader

Harmony 3 Bootloader
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_bootloader&redirect=true
Other
23 stars 13 forks source link

PIC32MX (DS60001143) missing linker script #20

Closed joshumax closed 4 months ago

joshumax commented 2 years ago

When attempting to build the USB HID bootloader for the PIC32MX440, code generation fails with the error File not found: bootloader\templates\mips\linkers\bootloader_linker_mx_DS60001143.ld.ftl with DS60001143 being the family for this specific core.

So far according to what I've seen in the datasheets, the linker script for the DS60001185 family works for all in the 3XX/4XX series, however it must currently be manually copied from the original DS60001185.ld.ftl file. Perhaps the linker script could be added for this family to prevent the error above?

jigneshmoradiya1 commented 10 months ago

@joshumax , Thanks for reporting this issue. This issue will be fixed in the next bootloader release.