Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libPPPP_API.a, missing required architecture i386 in file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libPPPP_API.a (2 slices)
  2. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavcodec.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavcodec.a
  3. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavdevice.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavdevice.a
  4. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavfilter.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavfilter.a
  5. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavformat.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavformat.a
  6. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavutil.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libavutil.a
  7. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libpostproc.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libpostproc.a
  8. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libswresample.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libswresample.a
  9. ld: warning: ignoring file /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libswscale.a, file was built for archive which is not the architecture being linked (i386): /Users/boska/projects/SDK_TPNP/IOS Demo/iphone/P2Pdemo/libswscale.a
  10. Undefined symbols for architecture i386:
  11. "_PPPP_Check", referenced from:
  12. CPPPPChannel::CommandProcess() in PPPPChannel.o
  13. "_PPPP_Check_Buffer", referenced from:
  14. CPPPPChannel::CommandProcess() in PPPPChannel.o
  15. CPPPPChannel::TalkProcess() in PPPPChannel.o
  16. "_PPPP_Connect", referenced from:
  17. CPPPPChannel::CommandProcess() in PPPPChannel.o
  18. "_PPPP_Connect_Break", referenced from:
  19. CPPPPChannel::PPPPClose() in PPPPChannel.o
  20. CPPPPChannelManagement::StopAll() in PPPPChannelManagement.o
  21. "_PPPP_ForceClose", referenced from:
  22. CPPPPChannel::PPPPClose() in PPPPChannel.o
  23. "_PPPP_Initialize", referenced from:
  24. -[P2PCameraDemoViewController Initialize:] in P2PCameraDemoViewController.o
  25. "_PPPP_NetworkDetect", referenced from:
  26. -[P2PCameraDemoViewController Initialize:] in P2PCameraDemoViewController.o
  27. "_PPPP_Read", referenced from:
  28. CPPPPChannel::PPPP_IndeedRead(unsigned char, char*, int) in PPPPChannel.o
  29. "_PPPP_Write", referenced from:
  30. CPPPPChannel::CommandProcess() in PPPPChannel.o
  31. CPPPPChannel::SendTalk(char*, int) in PPPPChannel.o
  32. "_av_free", referenced from:
  33. CH264Decoder::DeleteYUVTab() in H264Decoder.o
  34. CH264Decoder::~CH264Decoder() in H264Decoder.o
  35. "_av_init_packet", referenced from:
  36. CH264Decoder::DecoderFrame(unsigned char*, int, int&, int&) in H264Decoder.o
  37. "_av_malloc", referenced from:
  38. CH264Decoder::CreateYUVTab_16() in H264Decoder.o
  39. "_av_register_all", referenced from:
  40. CH264Decoder::CH264Decoder() in H264Decoder.o
  41. "_avcodec_alloc_context3", referenced from:
  42. CH264Decoder::CH264Decoder() in H264Decoder.o
  43. "_avcodec_alloc_frame", referenced from:
  44. CH264Decoder::CH264Decoder() in H264Decoder.o
  45. "_avcodec_close", referenced from:
  46. CH264Decoder::~CH264Decoder() in H264Decoder.o
  47. "_avcodec_decode_video2", referenced from:
  48. CH264Decoder::DecoderFrame(unsigned char*, int, int&, int&) in H264Decoder.o
  49. "_avcodec_find_decoder", referenced from:
  50. CH264Decoder::CH264Decoder() in H264Decoder.o
  51. "_avcodec_open2", referenced from:
  52. CH264Decoder::CH264Decoder() in H264Decoder.o
  53. ld: symbol(s) not found for architecture i386
  54. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement