Re: [opendx-dev] problems in runing Hello module on RH9

2003-09-26 Thread Jian Chen
Hi David, Thank you for your reply. Although loading the Hello from the command line doesn't work, I managed to load it from the menu "Load Modules" in DX. But I still want to figure it out in the command line. The following is what I got from you advice. It would be great if you can take a

Re: [opendx-dev] problems in runing Hello module on RH9

2003-09-26 Thread David Thompson
The response you got for "eval exec ..." doesn't give one much to go on. Try starting dx like the following and see what you get as a response. dx -mdf /usr/local/dx/samples/program_guide/hello.mdf -exec /usr/local/dx/samples/program_guide/dxexec -edit -echo That should give you more. Loadin

Re: [opendx-dev] problems in runing Hello module on RH9

2003-09-26 Thread Jian Chen
David Thompson wrote: The response you got for "eval exec ..." doesn't give one much to go on. Try starting dx like the following and see what you get as a response. dx -mdf /usr/local/dx/samples/program_guide/hello.mdf -exec /usr/local/dx/samples/program_guide/dxexec -edit -echo The ou

Re: [opendx-dev] problems in runing Hello module on RH9

2003-09-26 Thread David Thompson
So within your .mdf file, you have the module listed as an INBOARD when trying to create it this way correct? I'm not sure too many people are compiling INBOARDs now, but it should work. David David Thompson wrote: The response you got for "eval exec ..." doesn't give one much to go on. Try

Re: [opendx-dev] problems in runing Hello module on RH9

2003-09-26 Thread Jian Chen
David Thompson wrote: So within your .mdf file, you have the module listed as an INBOARD when trying to create it this way correct? I'm not sure too many people are compiling INBOARDs now, but it should work. The Hello.mdf is in samples/program_guide. I didn't change anything and I followed