The C Source, Patches and (shudder!) Bugs
Post Reply
gustavoz
Posts: 1
Joined: 28 Jul 2015, 13:41

[PATCH] Fix usb_modeswtich static build failure

Post by gustavoz » 02 Oct 2015, 16:14

abort() is a standard C function and it's used by jim, when building/linking statically it clashes with usb_modeswitch's own abort().
Attachments
0001-rename-abort.patch
(3.09 KiB) Downloaded 682 times

Josh
Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Re: [PATCH] Fix usb_modeswtich static build failure

Post by Josh » 04 Oct 2015, 08:42

Thanks, good point!

I'll fix it in the next release.

Post Reply