Guest User

Untitled

a guest
Nov 17th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. C:\PSP\src\program>make
  2. psp-gcc -o cache.o cache.s
  3. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib/crt0.o: In function `_start':
  4. ../../../../pspsdk/src/startup/crt0.c:149: undefined reference to `sceKernelCreateThread'
  5. ../../../../pspsdk/src/startup/crt0.c:150: undefined reference to `sceKernelStartThread'
  6.  
  7. c:/pspsdk/bin/../lib/gcc/psp/4.3.5/../../../../psp/lib/crt0.o: In function `_main':
  8. ../../../../pspsdk/src/startup/crt0.c:68: undefined reference to `strlen'
  9. ../../../../pspsdk/src/startup/crt0.c:83: undefined reference to `atexit'
  10. ../../../../pspsdk/src/startup/crt0.c:86: undefined reference to `main'
  11. ../../../../pspsdk/src/startup/crt0.c:89: undefined reference to `exit'
  12. collect2: ld returned 1 exit status
  13. make: *** [cache.o] Error 1
Add Comment
Please, Sign In to add comment