compiile problem

Hi!

I am trying to install the new c interface and while trying to compile the “hello world” I got this error und WindowsXP

C:\MIOS\apps\templates\sdcc_skeleton>make
makefile:28: /include/makefile/common.mk: No such file or directory
makefile:31: /modules/app_lcd/dummy/app_lcd.mk: No such file or directory
make: *** No rule to make target `/modules/app_lcd/dummy/app_lcd.mk'.  Stop.

can anybody give a hint.

I think I got the pathes correct.

Has this anythig to do with the MIOS_Path, tried that too but nothing happend?

cheers,

michael

Did you setup the MIOS_PATH and MIOS_BIN_PATH environment variables correctly?

ähm. I think so.

Is there a tutorial?

cheers,

m.

On the Toolchain setup page, there’s a ‘PATH Environment Variables’ section that describes it (it’s a bit verbose, but you should get the idea).

Thanks a lot. That did the trick.

Cheers, Michael.