Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. psp-gcc -I. -IC:/pspsdk/psp/sdk/include -O2 -G0 -Wall -g -D_PSP_FW_VERSION=150 -c -o main.o main.c
  2. main.c:66: warning: data definition has no type or storage class
  3. main.c:66: warning: type defaults to 'int' in declaration of 'day1'
  4. main.c:67: warning: data definition has no type or storage class
  5. main.c:67: warning: type defaults to 'int' in declaration of 'mon1'
  6. main.c:68: warning: data definition has no type or storage class
  7. main.c:68: warning: type defaults to 'int' in declaration of 'year1'
  8. main.c: In function 'main':
  9. main.c:136: warning: implicit declaration of function 'abs'
  10. main.c: At top level:
  11. main.c:143: warning: data definition has no type or storage class
  12. main.c:143: warning: type defaults to 'int' in declaration of 'sceGuFinish'
  13. main.c:144: error: expected declaration specifiers or '...' before numeric constant
  14. main.c:144: error: expected declaration specifiers or '...' before numeric constant
  15. main.c:144: warning: data definition has no type or storage class
  16. main.c:144: warning: type defaults to 'int' in declaration of 'sceGuSync'
  17. main.c:145: warning: data definition has no type or storage class
  18. main.c:145: warning: type defaults to 'int' in declaration of 'guStart'
  19. main.c:145: error: conflicting types for 'guStart'
  20. graphics.h:294: error: previous declaration of 'guStart' was here
  21. main.c:146: error: expected declaration specifiers or '...' before '(' token
  22. main.c:146: error: expected declaration specifiers or '...' before numeric constant
  23. main.c:146: error: expected declaration specifiers or '...' before numeric constant
  24. main.c:146: error: expected declaration specifiers or '...' before numeric constant
  25. main.c:146: warning: data definition has no type or storage class
  26. main.c:146: warning: type defaults to 'int' in declaration of 'sceGuTexMode'
  27. main.c:146: error: conflicting types for 'sceGuTexMode'
  28. C:/pspsdk/psp/sdk/include/pspgu.h:1244: error: previous declaration of 'sceGuTexMode' was here
  29. main.c:147: error: expected declaration specifiers or '...' before '(' token
  30. main.c:147: error: expected declaration specifiers or '...' before '(' token
  31. main.c:147: warning: data definition has no type or storage class
  32. main.c:147: warning: type defaults to 'int' in declaration of 'sceGuTexFunc'
  33. main.c:147: error: conflicting types for 'sceGuTexFunc'
  34. C:/pspsdk/psp/sdk/include/pspgu.h:1183: error: previous declaration of 'sceGuTexFunc' was here
  35. main.c:148: error: expected declaration specifiers or '...' before '(' token
  36. main.c:148: error: expected declaration specifiers or '...' before '(' token
  37. main.c:148: warning: data definition has no type or storage class
  38. main.c:148: warning: type defaults to 'int' in declaration of 'sceGuTexFilter'
  39. main.c:148: error: conflicting types for 'sceGuTexFilter'
  40. C:/pspsdk/psp/sdk/include/pspgu.h:1143: error: previous declaration of 'sceGuTexFilter' was here
  41. main.c:149: warning: data definition has no type or storage class
  42. main.c:149: warning: type defaults to 'int' in declaration of 'sceGuFinish'
  43. main.c:150: error: expected declaration specifiers or '...' before numeric constant
  44. main.c:150: error: expected declaration specifiers or '...' before numeric constant
  45. main.c:150: warning: data definition has no type or storage class
  46. main.c:150: warning: type defaults to 'int' in declaration of 'sceGuSync'
  47. main.c:151: warning: data definition has no type or storage class
  48. main.c:151: warning: type defaults to 'int' in declaration of 'sceDisplayWaitVblankStart'
  49. main.c:152: warning: data definition has no type or storage class
  50. main.c:152: warning: type defaults to 'int' in declaration of 'flipScreen'
  51. main.c:152: error: conflicting types for 'flipScreen'
  52. graphics.h:244: error: previous declaration of 'flipScreen' was here
  53. main.c:153: error: expected identifier or '(' before '}' token
  54. main.c:154: warning: data definition has no type or storage class
  55. main.c:154: warning: type defaults to 'int' in declaration of 'sceKernelSleepThread'
  56. main.c:155: warning: data definition has no type or storage class
  57. main.c:155: warning: type defaults to 'int' in declaration of 'sceKernelExitGame'
  58. main.c:155: error: conflicting types for 'sceKernelExitGame'
  59. C:/pspsdk/psp/sdk/include/psploadexec.h:57: error: previous declaration of 'sceKernelExitGame' was her
  60. main.c:156: error: expected identifier or '(' before 'return'
  61. main.c:157: error: expected identifier or '(' before '}' token
  62. MAKE: *** [main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement