1. 程式人生 > >移植SDL2.2問題及解決方法

移植SDL2.2問題及解決方法

error 解決 tle blog href -h itl details onf

項目需要ffmpeg+SDL播放視頻,所以不得不移植SDL

根據 《移植SDL最新版本》http://blog.csdn.net/flyyang123456789/article/details/17223485,下載源碼並準備移植到am335x JP5G開發板上,但在編譯libmad庫的過程中一直報

/tmp/ccf2FxyW.s:1299: Error: selected processor does not support Thumb mode `rsc r0,r0,#0‘的錯誤。

1、後找到《am335x編譯器》http://www.deyisupport.com/question_answer/dsp_arm/sitara_arm/f/25/t/60799.aspx

,文中最後修改了fixed.h和imdctl_l_arm.S,

2、./configure --prefix=/usr/local/sdl --host=arm-linuxi-gnueabihf CC=arm-linux-gnueabihf-gcc,指定編譯器,

3、運行配置後修改Makefile

make 成功。

移植SDL2.2問題及解決方法