COMPILE .C FILE IN LTIB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

COMPILE .C FILE IN LTIB

999 Views
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

Labels (3)
0 Kudos
Reply
1 Reply

813 Views
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 Kudos
Reply