Commit Graph

2 Commits

Author SHA1 Message Date
King Kévin 2c4772ce53 From `man gcc`:
It makes a difference where in the command you write this option; the linker
searches and processes libraries and object files in the order they are
specified.  Thus, foo.o -lz bar.o searches library z after file foo.o but before
bar.o.  If bar.o refers to functions in z, those functions may not be loaded.
2021-02-17 09:49:02 +01:00
King Kévin 538908b5ee add u2_usb and u2_bt C software 2019-09-30 13:16:49 +02:00