Forum Discussion

sridharmca's avatar
2 years ago

Getting error while running make install on the sample programs

I am trying to run the sample programs from Roku GitHub. While I was able to upload the zip file and see the channel on TV, I was unable to do the same via make install. 

For a specific channel code base, I went inside the makefile directory and ran the command 'make install' by passing ROKU DEV TARGET. 

 

This is what I am getting error as below:

make: *** No rule to make target `manifest', needed by 'APPNAME' stop.

 

Can someone help me with what I am doing wrong and how to make it work?

  • renojim's avatar
    renojim
    Community Streaming Expert

    You don't run make from that directory.  Try copying the contents of the makefile directory to the same directory that contains the manifest for your project and run make from there.