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 exactly the instructions of building an inboard module in Chapter2.2 of Programmer Reference. It's really odd. Anyway my Hello.mdf is like,

MODULE Hello
CATEGORY Greetings
DESCRIPTION Prefixes "hello" to the input string
INPUT value;  string;  "world"; input string
OUTPUT greeting;  string; prefixed string

My colleague got the same problem on his machine which has the same OS as mine.

Reply via email to