Author: Spenceboy98
Posted: 20 Feb 2013 10:50:40 pm (GMT -5)
I'm trying to use gbl08ma's file browser, but I keep getting this error:
Code:
I had it working on one of my other programs, but I can't figure out what's wrong here. I am pretty sure that it isn't my code giving the problem.
Posted: 20 Feb 2013 10:50:40 pm (GMT -5)
I'm trying to use gbl08ma's file browser, but I keep getting this error:
Code:
main.o: In function `_fileBrowser.constprop.3':
main.c:(.text+0x290): undefined reference to `_strcpy'
main.c:(.text+0x2b4): undefined reference to `_strcmp'
main.c:(.text+0x4c8): undefined reference to `_memset'
main.c:(.text+0x500): undefined reference to `_strcpy'
main.c:(.text+0x88c): undefined reference to `_strcpy'
main.c:(.text+0x8ac): undefined reference to `_strcmp'
main.c:(.text+0x98c): undefined reference to `_memset'
main.c:(.text+0x994): undefined reference to `_strcpy'
main.o: In function `_GetFiles':
main.c:(.text+0x1d3c): undefined reference to `_strcpy'
main.c:(.text+0x1d58): undefined reference to `_strcmp'
main.o: In function `_fileBrowser':
main.c:(.text+0x2004): undefined reference to `_memset'
main.c:(.text+0x2038): undefined reference to `_strcpy'
main.c:(.text+0x2434): undefined reference to `_strcpy'
main.c:(.text+0x2444): undefined reference to `_strcmp'
main.c:(.text+0x2450): undefined reference to `_memset'
collect2: ld returned 1 exit status
I had it working on one of my other programs, but I can't figure out what's wrong here. I am pretty sure that it isn't my code giving the problem.