Hi, On 06/10/2013 07:23 AM, Archie Nidhi wrote: > I am using a Linux Mint OS and am trying to run a simple genode demo > using hte method shown in > > http://genode.org/documentation/developer-resources/getting_started > > I am getting an error saying > > /bin/bash: /home/anubhav/Downloads/genode-13.05/tool/run: > /usr/bin/expect: bad interpreter: No such file or directory
well, that line states the problem. You've no 'expect' interpreter installed on your system, which is needed by Genode's run tool. On Debian based systems - at least for Debian and Ubuntu - the needed software package is (surprisingly) called 'expect'. So I assume it's the same for Linux Mint, which is AFAIK a Debian derivative. Regards Stefan > make: *** [run/demo] Error 126 > > > Please tell me what is wrong > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > > > > _______________________________________________ > Genode-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/genode-main > -- Stefan Kalkowski Genode Labs http://www.genode-labs.com/ ยท http://genode.org/ ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
