The following error:
My Source code: https://github.com/rxbin1201/Bootloaderld: Build/main.o:(.bss+0x0): multiple definition of `stbi__g_failure_reason'; Build/Images/png.o:(.bss+0x0): first defined here
ld: Build/main.o: in function `stbi_zlib_decode_malloc_guesssize_headerflag':
main.c:(.text+0x201f): multiple definition of `stbi_zlib_decode_malloc_guesssize_headerflag'; Build/Images/png.o:png.c:(.text+0x201f): first defined here
ld: Build/main.o: in function `stbi__png_load':
main.c:(.text+0x4b8d): multiple definition of `stbi__png_load'; Build/Images/png.o:png.c:(.text+0x4b8d): first defined here
make: *** [Makefile:16: efi] Error 1
I hopy anyone can help me with my problem.