sridharmca
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023
04:57 AM
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?
1 REPLY 1
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023
02:51 PM
Re: Getting error while running make install on the sample programs
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.
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.