当前位置: 首页 > 工具软件 > MythTV > 使用案例 >

用uclibc库编译mythTV注意事项

葛智敏
2023-12-01

首先,uclibc库从何而来?

找到buildroot开源项目,根据自己的需要进行配置,我的配置如下:

 

  

 

同时我们需要修改uclibc目录libpthread/linuxthreads.old下的attr.c文件,在这个文件结尾增加下面的语句:

 

 

还有libpthread/linuxthreads.old/sysdeps/pthread/pthread.h文件,需要做如下修改:

 

另外,需要对mythtv-0.22打补丁,补丁如下:

 

也要对mythplugins-0.22打补丁,补丁如下:

 类似资料: