|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
我现在要移植alexa 到MT8516上。交叉编译sampleapp,是需要编译mediaplayer的,于是我编译mediaplayer,编译时报错:! h! o6 V0 ], h! h
cmake ../MediaPlayer -DGSTREAMER_MEDIA_PLAYER=ON -DCMAKE_BUILD_TYPE=Debug -DARCH=ARM
0 I. e# O1 P0 T* `7 T* x. UCreating the build directory for the MediaPlayer with build type: DEBUG
6 W& m& u1 K4 C2 [+ QNo keyword detector type specified, skipping build of keyword detector.2 w4 ~7 c0 u+ L& i( P, Z6 j( P3 f/ P
-- Checking for modules 'gstreamer-1.0>=1.8;gstreamer-app-1.0>=1.8'
$ K! Q% W/ E4 q& U) a- T* l5 {- f' e2 A" i' [% f2 r
CMake Error at /opt/oecore-x86_64/sysroots/x86_64-oESDk-linux/usr/share/cmake-3.7/Modules/FindPkgConfig.cmake:415 (message):
# z- A5 K9 I# _6 h8 lA required package was not found$ c0 S# a. I2 E
Call Stack (most recent call first):
" z7 g0 _5 h# x; X0 N: Z6 G/opt/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/share/cmake-3.7/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal)
+ L8 M; T7 `) V1 f: O/home/jiantang/blackwarrior/avs-device-sdk-master/build/cmake/MediaPlayer.cmake:14 (pkg_check_modules)
0 r' |( {7 V- h w0 R( E/home/jiantang/blackwarrior/avs-device-sdk-master/build/BuildDefaults.cmake:25 (include)
) @3 H h0 L& D3 ?. H- `GStreamerMediaPlayer/CMakeLists.txt:4 (include)
' L1 H3 {5 N4 K1 P-- Configuring incomplete, errors occurred!
, E' z* u( _/ u& ~- n2 d( WSee also "/home/jiantang/blackwarrior/avs-device-sdk-master/MediaPlayer_build/CMakeFiles/CMakeOutput.log".9 z; e& w) E0 v/ Z2 O
+ W) D3 ?2 W5 `% }
( k6 Y7 ?6 ^. K% a! ~+ v& i. [9 Q就是找不到gstreamer库,我现在已经有arm的gstreamer库了,请问怎么正确得加入到编译中去?' |) e# k: l7 _. Y5 H9 g
$ u0 n @/ b0 T4 H+ |2 w# k7 X( ?$ ? Q) h
|
|