COMPILE .C FILE IN LTIB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

COMPILE .C FILE IN LTIB

1,015 次查看
shanmugamsundar
Contributor IV

hi all,

    I am using i.MX535 qsb board and the corresponding LTIB source, I built the LTIB with  gstreamer enabled.

My doubt is, i created my own gstreamer C application file, i need to add this to ltib for compiling it to the IMX board, how can i do this, how to add the external C file to the ltib, can any one help me

Thanks,

shan

标签 (3)
0 项奖励
回复
1 回复

829 次查看
LeonardoSandova
Specialist I

Two approaches:

1. Create a tarball of your project and place it on /opt/freescale/pkgs, then create a .spec (look at the current specs, do a find –name “*.spec” under ltin folder.) then proceed as normal with ltib (prep….scdeploy)

2. Give a try to Yocto Project. It supports your board and creating a recipe is not so difficult.

Leo

0 项奖励
回复