I have successfully(maybe, I'm not sure, but it make and make install successfully).
Then I have run it on arm
it comes into erroc
Code: Select all
test@172 local]$ vlc
VLC media player 1.0.1 Goldeneye
[0x83170] main playlist fetcher error: cannot spawn secondary preparse thread
[0x2c728] main playlist error: cannot create playlist fetcher
[0x2c728] main playlist error: cannot spawn preparse thread
[0x2c728] main playlist error: cannot create playlist preparser
[0x2c728] main playlist error: cannot spawn playlist thread
[0x831a8] main interface error: interface thread could not be created at interface/interface.c:151 (Operation not permitted)
[0x831a8] main interface error: cannot spawn interface thread
[0x122d8] main interface error: no suitable interface module
[0x12170] main libvlc error: interface "signals" initialization failed
[0x122d8] main interface error: no interface module matched "globalhotkeys,none"
[0x122d8] main interface error: no suitable interface module
[0x12170] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x12170] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Remote control interface initialized. Type `help' for help.
[0x12320] main interface error: interface thread could not be created at interface/interface.c:151 (Operation not permitted)
[0x12320] main interface error: cannot spawn interface thread
*** LibVLC Exception not handled: Interface initialization failed
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
I'm confused. The make is successfully, and my crosstool have the libpthread. Why it say cannot spawn the secondary preparse thread.
maybe some step I'm wrong? can anybody give me a little hint on me. Thanks a lot