码迷,mamicode.com
首页 > 其他好文 > 详细

移植SDL2.2问题及解决方法

时间:2017-08-05 19:02:24      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:href   inux   log   span   config   mpeg   cte   net   tmp   

项目需要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问题及解决方法

标签:href   inux   log   span   config   mpeg   cte   net   tmp   

原文地址:http://www.cnblogs.com/xihong2014/p/7290964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!