KillSwitch Demo app

On github it says

How To Run
Build the killSwitch app by running make in the KillSwitch directory.

I can’t run make
actually, there is no makefile in that folder.

How do I get this sample app to work?

I tried this approach:
mkapp -t wp750x killSwitch.adef
this gives me the error:
Couldn’t find file 'mangoh_muxCtrl.api

Do I miss something?
I want to build CAN based application, is this the only app that I can learn from?

Seems you need to change the following in canOpen/Component.cdef:

requires:
{
api:
{
${MANGOH_ROOT}/apps/MuxControl/mangoh_muxCtrl.api
}
}

Hi. I had the same issue… did it work after adding the base filepath?
I ran into some more errors after this…

See https://mangoh.discourse.group/t/compiling-killswitch-demo-for-mangoh-red/3780