EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.15k stars 270 forks source link

dk-tm4c129x: fix linker error #979

Closed pawosm-arm closed 1 year ago

pawosm-arm commented 1 year ago

LOBJ are listed in OBJS, so there is no need to list armrelocate.o separately as it results in linker error:

Kernel/platform-dk-tm4c129x/../lib/armrelocate.c:10: multiple definition of `plt_relocate'; armrelocate.o:Kernel/platform-dk-tm4c129x/../lib/armrelocate.c:10: first defined here
EtchedPixels commented 1 year ago

thanks