Skip to content

Instantly share code, notes, and snippets.

@boska
Created March 3, 2015 02:06
Show Gist options
  • Save boska/7a520cb9cb0d955f9f48 to your computer and use it in GitHub Desktop.
Save boska/7a520cb9cb0d955f9f48 to your computer and use it in GitHub Desktop.
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)
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
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
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
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
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
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
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
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
Undefined symbols for architecture i386:
"_PPPP_Check", referenced from:
CPPPPChannel::CommandProcess() in PPPPChannel.o
"_PPPP_Check_Buffer", referenced from:
CPPPPChannel::CommandProcess() in PPPPChannel.o
CPPPPChannel::TalkProcess() in PPPPChannel.o
"_PPPP_Connect", referenced from:
CPPPPChannel::CommandProcess() in PPPPChannel.o
"_PPPP_Connect_Break", referenced from:
CPPPPChannel::PPPPClose() in PPPPChannel.o
CPPPPChannelManagement::StopAll() in PPPPChannelManagement.o
"_PPPP_ForceClose", referenced from:
CPPPPChannel::PPPPClose() in PPPPChannel.o
"_PPPP_Initialize", referenced from:
-[P2PCameraDemoViewController Initialize:] in P2PCameraDemoViewController.o
"_PPPP_NetworkDetect", referenced from:
-[P2PCameraDemoViewController Initialize:] in P2PCameraDemoViewController.o
"_PPPP_Read", referenced from:
CPPPPChannel::PPPP_IndeedRead(unsigned char, char*, int) in PPPPChannel.o
"_PPPP_Write", referenced from:
CPPPPChannel::CommandProcess() in PPPPChannel.o
CPPPPChannel::SendTalk(char*, int) in PPPPChannel.o
"_av_free", referenced from:
CH264Decoder::DeleteYUVTab() in H264Decoder.o
CH264Decoder::~CH264Decoder() in H264Decoder.o
"_av_init_packet", referenced from:
CH264Decoder::DecoderFrame(unsigned char*, int, int&, int&) in H264Decoder.o
"_av_malloc", referenced from:
CH264Decoder::CreateYUVTab_16() in H264Decoder.o
"_av_register_all", referenced from:
CH264Decoder::CH264Decoder() in H264Decoder.o
"_avcodec_alloc_context3", referenced from:
CH264Decoder::CH264Decoder() in H264Decoder.o
"_avcodec_alloc_frame", referenced from:
CH264Decoder::CH264Decoder() in H264Decoder.o
"_avcodec_close", referenced from:
CH264Decoder::~CH264Decoder() in H264Decoder.o
"_avcodec_decode_video2", referenced from:
CH264Decoder::DecoderFrame(unsigned char*, int, int&, int&) in H264Decoder.o
"_avcodec_find_decoder", referenced from:
CH264Decoder::CH264Decoder() in H264Decoder.o
"_avcodec_open2", referenced from:
CH264Decoder::CH264Decoder() in H264Decoder.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment