I am having an issue with getting my SDL libraries loaded into Eclipse properly. I included the libraries SDL2main and SDL2, and linked to them under properties>C/C++ General/>Paths and Symbols>libraries.
I get this error when I try to run my code.
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lC:\SDL2-2.26.4\i686-w64-mingw32\lib\libSDL2main.a
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lC:\SDL2-2.26.4\i686-w64-mingw32\lib\libSDL2.a
Any clue why I am getting this error or how to fix it?
I initially had my folder with my libraries somewhere random, but I moved it to be in my C drive directly in case that might be the issue, but it did not help.