Advertisement
Guest User

Untitled

a guest
Jun 15th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. /usr/local/cross/bin/sh3eb-elf-gcc -MMD -MP -MF /media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/build/graywin.d -Os -Wall -c -mb -m4a-nofpu -mhitachi -nostdlib -iquote /media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/-I -iquote /media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/../../include/SDL -I/media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/build -I/media/Share/Calc/Linux-PrizmSDK-0.3/include -c /media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/src/graywin.c -o graywin.o
  2. /usr/local/cross/bin/sh3eb-elf-gcc graywin.o -mb -m4a-nofpu -mhitachi -nostdlib -T/media/Share/Calc/Linux-PrizmSDK-0.3/common/prizm.ld -Wl,-static -Wl,-gc-sections -L/media/Share/Calc/Linux-PrizmSDK-0.3/lib -lfxcg -lgcc -lSDL -o /media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/SDLTest.bin
  3. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_audio.o): In function `_SDL_RunAudio':
  4. SDL_audio.c:(.text+0x31c): undefined reference to `_SDL_Delay'
  5. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_audio.o): In function `_SDL_OpenAudio':
  6. SDL_audio.c:(.text+0xbb0): undefined reference to `_malloc'
  7. SDL_audio.c:(.text+0xd88): undefined reference to `___floatunsidf'
  8. SDL_audio.c:(.text+0xd8c): undefined reference to `___divdf3'
  9. SDL_audio.c:(.text+0xd90): undefined reference to `___fixdfsi'
  10. SDL_audio.c:(.text+0xd94): undefined reference to `_malloc'
  11. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_audio.o): In function `_SDL_AudioQuit':
  12. SDL_audio.c:(.text+0xfec): undefined reference to `_SDL_free'
  13. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_audiocvt.o): In function `_SDL_RateSLOW':
  14. SDL_audiocvt.c:(.text+0x4b10): undefined reference to `___floatsidf'
  15. SDL_audiocvt.c:(.text+0x4b14): undefined reference to `___divdf3'
  16. SDL_audiocvt.c:(.text+0x4b18): undefined reference to `___fixdfsi'
  17. SDL_audiocvt.c:(.text+0x4b1c): undefined reference to `___gtdf2'
  18. SDL_audiocvt.c:(.text+0x4b24): undefined reference to `___adddf3'
  19. SDL_audiocvt.c:(.text+0x4d00): undefined reference to `___subdf3'
  20. SDL_audiocvt.c:(.text+0x4d04): undefined reference to `___fixdfsi'
  21. SDL_audiocvt.c:(.text+0x4d08): undefined reference to `___floatsidf'
  22. SDL_audiocvt.c:(.text+0x4d0c): undefined reference to `___divdf3'
  23. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_audiocvt.o): In function `_SDL_BuildAudioCVT':
  24. SDL_audiocvt.c:(.text+0x4f54): undefined reference to `___divdf3'
  25. SDL_audiocvt.c:(.text+0x5254): undefined reference to `___adddf3'
  26. SDL_audiocvt.c:(.text+0x5264): undefined reference to `___muldf3'
  27. SDL_audiocvt.c:(.text+0x5490): undefined reference to `___divdf3'
  28. SDL_audiocvt.c:(.text+0x5708): undefined reference to `___muldf3'
  29. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_events.o): In function `_SDL_Lock_EventThread':
  30. SDL_events.c:(.text+0x54): undefined reference to `_SDL_Delay'
  31. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_events.o): In function `_SDL_GobbleEvents':
  32. SDL_events.c:(.text+0x168): undefined reference to `_SDL_Delay'
  33. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_events.o): In function `_SDL_WaitEvent':
  34. SDL_events.c:(.text+0x9ac): undefined reference to `_SDL_Delay'
  35. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_keyboard.o): In function `_SDL_PrivateKeyboard':
  36. SDL_keyboard.c:(.text+0x1540): undefined reference to `_SDL_GetTicks'
  37. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_keyboard.o): In function `_SDL_CheckKeyRepeat':
  38. SDL_keyboard.c:(.text+0x15f8): undefined reference to `_SDL_GetTicks'
  39. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_getenv.o): In function `_SDL_putenv':
  40. SDL_getenv.c:(.text+0x248): undefined reference to `_SDL_free'
  41. SDL_getenv.c:(.text+0x24c): undefined reference to `_SDL_realloc'
  42. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_string.o): In function `_SDL_ScanFloat':
  43. SDL_string.c:(.text+0x6ec): undefined reference to `___floatunsidf'
  44. SDL_string.c:(.text+0x6f0): undefined reference to `___adddf3'
  45. SDL_string.c:(.text+0x6f4): undefined reference to `___floatsidf'
  46. SDL_string.c:(.text+0x6f8): undefined reference to `___divdf3'
  47. SDL_string.c:(.text+0x6fc): undefined reference to `___nedf2'
  48. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_string.o): In function `_SDL_strdup':
  49. SDL_string.c:(.text+0xc7c): undefined reference to `_malloc'
  50. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_string.o): In function `_SDL_sscanf':
  51. SDL_string.c:(.text+0x20fc): undefined reference to `___truncdfsf2'
  52. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_string.o): In function `_SDL_PrintFloat':
  53. SDL_string.c:(.text+0x26fc): undefined reference to `___nedf2'
  54. SDL_string.c:(.text+0x2708): undefined reference to `___ltdf2'
  55. SDL_string.c:(.text+0x2710): undefined reference to `___fixunsdfsi'
  56. SDL_string.c:(.text+0x2718): undefined reference to `___floatunsidf'
  57. SDL_string.c:(.text+0x271c): undefined reference to `___subdf3'
  58. SDL_string.c:(.text+0x2720): undefined reference to `___gtdf2'
  59. SDL_string.c:(.text+0x2724): undefined reference to `___floatsidf'
  60. SDL_string.c:(.text+0x2728): undefined reference to `___muldf3'
  61. SDL_string.c:(.text+0x272c): undefined reference to `___divdf3'
  62. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_thread.o): In function `_SDL_AddThread':
  63. SDL_thread.c:(.text+0x150): undefined reference to `_SDL_realloc'
  64. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_thread.o): In function `_SDL_DelThread':
  65. SDL_thread.c:(.text+0x274): undefined reference to `_SDL_free'
  66. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_thread.o): In function `_SDL_CreateThread':
  67. SDL_thread.c:(.text+0x530): undefined reference to `_malloc'
  68. SDL_thread.c:(.text+0x53c): undefined reference to `_SDL_free'
  69. SDL_thread.c:(.text+0x5a8): undefined reference to `_SDL_free'
  70. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_thread.o): In function `_SDL_WaitThread':
  71. SDL_thread.c:(.text+0x620): undefined reference to `_SDL_free'
  72. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_sysmutex.o): In function `_SDL_CreateMutex':
  73. SDL_sysmutex.c:(.text+0x88): undefined reference to `_malloc'
  74. SDL_sysmutex.c:(.text+0x90): undefined reference to `_SDL_free'
  75. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_sysmutex.o): In function `_SDL_DestroyMutex':
  76. SDL_sysmutex.c:(.text+0xe4): undefined reference to `_SDL_free'
  77. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_timer.o): In function `_SDL_TimerInit':
  78. SDL_timer.c:(.text+0xd0): undefined reference to `_SDL_SYS_TimerInit'
  79. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_timer.o): In function `_SDL_TimerQuit':
  80. SDL_timer.c:(.text+0x12c): undefined reference to `_SDL_SYS_TimerQuit'
  81. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_timer.o): In function `_SDL_ThreadedTimerCheck':
  82. SDL_timer.c:(.text+0x350): undefined reference to `_SDL_GetTicks'
  83. SDL_timer.c:(.text+0x360): undefined reference to `_SDL_free'
  84. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_timer.o): In function `_SDL_AddTimerInternal':
  85. SDL_timer.c:(.text+0x428): undefined reference to `_malloc'
  86. SDL_timer.c:(.text+0x430): undefined reference to `_SDL_GetTicks'
  87. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_timer.o): In function `_SDL_RemoveTimer':
  88. SDL_timer.c:(.text+0x600): undefined reference to `_SDL_free'
  89. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_timer.o): In function `_SDL_SetTimer':
  90. SDL_timer.c:(.text+0x774): undefined reference to `_SDL_free'
  91. SDL_timer.c:(.text+0x77c): undefined reference to `_SDL_SYS_StopTimer'
  92. SDL_timer.c:(.text+0x790): undefined reference to `_SDL_SYS_StartTimer'
  93. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_cursor.o): In function `_SDL_CreateCursor':
  94. SDL_cursor.c:(.text+0x334): undefined reference to `_malloc'
  95. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_cursor.o): In function `_SDL_FreeCursor':
  96. SDL_cursor.c:(.text+0x7ec): undefined reference to `_SDL_free'
  97. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_cursor.o): In function `_SDL_MouseRect':
  98. SDL_cursor.c:(.text+0xd9c): undefined reference to `_memcpy'
  99. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_SDL_AllocFormat':
  100. SDL_pixels.c:(.text+0x23c): undefined reference to `_malloc'
  101. SDL_pixels.c:(.text+0x678): undefined reference to `_malloc'
  102. SDL_pixels.c:(.text+0x894): undefined reference to `_malloc'
  103. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_SDL_FreeFormat':
  104. SDL_pixels.c:(.text+0xc4c): undefined reference to `_SDL_free'
  105. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_Map1to1':
  106. SDL_pixels.c:(.text+0x18bc): undefined reference to `_malloc'
  107. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_Map1toN':
  108. SDL_pixels.c:(.text+0x1b9c): undefined reference to `_malloc'
  109. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_SDL_AllocBlitMap':
  110. SDL_pixels.c:(.text+0x1e40): undefined reference to `_malloc'
  111. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_SDL_InvalidateMap':
  112. SDL_pixels.c:(.text+0x1eac): undefined reference to `_SDL_free'
  113. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_pixels.o): In function `_SDL_FreeBlitMap':
  114. SDL_pixels.c:(.text+0x21a4): undefined reference to `_SDL_free'
  115. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_RLEaccel.o): In function `_RLEAlphaSurface':
  116. SDL_RLEaccel.c:(.text+0xa54c): undefined reference to `_malloc'
  117. SDL_RLEaccel.c:(.text+0xaf28): undefined reference to `_SDL_free'
  118. SDL_RLEaccel.c:(.text+0xaf2c): undefined reference to `_SDL_realloc'
  119. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_RLEaccel.o): In function `_RLEColorkeySurface':
  120. SDL_RLEaccel.c:(.text+0xb24c): undefined reference to `_malloc'
  121. SDL_RLEaccel.c:(.text+0xb724): undefined reference to `_SDL_free'
  122. SDL_RLEaccel.c:(.text+0xb728): undefined reference to `_SDL_realloc'
  123. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_RLEaccel.o): In function `_UnRLEAlpha':
  124. SDL_RLEaccel.c:(.text+0xbaac): undefined reference to `_malloc'
  125. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_RLEaccel.o): In function `_SDL_UnRLESurface':
  126. SDL_RLEaccel.c:(.text+0xbcb0): undefined reference to `_malloc'
  127. SDL_RLEaccel.c:(.text+0xbdf8): undefined reference to `_SDL_free'
  128. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_surface.o): In function `_SDL_CreateRGBSurface':
  129. SDL_surface.c:(.text+0x184): undefined reference to `_malloc'
  130. SDL_surface.c:(.text+0x450): undefined reference to `_SDL_free'
  131. SDL_surface.c:(.text+0x464): undefined reference to `_malloc'
  132. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_surface.o): In function `_SDL_GetClipRect':
  133. SDL_surface.c:(.text+0xde8): undefined reference to `_memcpy'
  134. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_surface.o): In function `_SDL_LowerBlit':
  135. SDL_surface.c:(.text+0xfd0): undefined reference to `_memcpy'
  136. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_surface.o): In function `_SDL_FillRect':
  137. SDL_surface.c:(.text+0x1704): undefined reference to `_memcpy'
  138. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_surface.o): In function `_SDL_FreeSurface':
  139. SDL_surface.c:(.text+0x2668): undefined reference to `_SDL_free'
  140. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o): In function `_SDL_SetVideoMode':
  141. SDL_video.c:(.text+0x13b8): undefined reference to `_SDL_free'
  142. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o): In function `_SetPalette_physical':
  143. SDL_video.c:(.text+0x267c): undefined reference to `_malloc'
  144. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o): In function `_SDL_SetPalette':
  145. SDL_video.c:(.text+0x2a20): undefined reference to `_malloc'
  146. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o): In function `_SDL_VideoQuit':
  147. SDL_video.c:(.text+0x2c38): undefined reference to `_SDL_free'
  148. SDL_video.c:(.text+0x2ca8): undefined reference to `_SDL_free'
  149. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o): In function `_SDL_WM_SetCaption':
  150. SDL_video.c:(.text+0x32d8): undefined reference to `_SDL_free'
  151. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o): In function `_SDL_WM_SetIcon':
  152. SDL_video.c:(.text+0x3a9c): undefined reference to `_malloc'
  153. SDL_video.c:(.text+0x3aac): undefined reference to `_SDL_free'
  154. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_audio.o):(.data+0x0): undefined reference to `_DUMMYAUD_bootstrap'
  155. /media/Share/Calc/Linux-PrizmSDK-0.3/lib/libSDL.a(SDL_video.o):(.data+0x0): undefined reference to `_DUMMY_bootstrap'
  156. collect2: ld returned 1 exit status
  157. make[1]: *** [/media/Share/Calc/Linux-PrizmSDK-0.3/projects/SDLTest/SDLTest.bin] Error 1
  158. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement