I tried to fallow this tutorial (http://www.dcemu.co.uk/devcconfig.shtml) and it worked quite well. I could compile the example programm (its called "tunnel&quot, but when I wanted to boot it over the coders cable (connectet over comport 1), it said "*Error opening com port: the system can't find the file".

I bootet the Dreamcast with the Boot-CD from the Tutorial. The PC and DC are connectet over the coders cable. But when triyng to compile with this Line in the Mak File ("dc-tool -t COM1 -b 115200 -x $(BIN)&quot, it doesnt work. It says, that the Programm for the ComPort cannot be found. And it says it in german, these are the only words in german. because i have a german win xp system i suppose its the system which gives that message....

has anyone an idea what the reason for that problem could be? has it to do with the operating system, or with the project and mak file?



This is the compile log:

Compiler: Dreamcast
Building Makefile: "C:\Dev-Cpp\Examples\DreamCast\tunnel\Makefile.win"
Executing make...
c:\Dev-Cpp\bin\make.exe -f "C:\Dev-Cpp\Examples\DreamCast\tunnel\Makefile.win" all
dc-tool -t COM1 -b 115200 -x tunnel.elf

Console enabled
*Error opening com port
Das System kann die angegebene Datei nicht finden.

c:\Dev-Cpp\bin\make.exe: *** [all-after] Error 1

Execution terminated



This is the mak file.

romdisk.img:
genromfs -f romdisk.img -d romdisk -v

romdisk.o: romdisk.img
bin2o romdisk.img romdisk romdisk.o

all-before: romdisk.o


all-after :
dc-tool -t COM1 -b 115200 -x $(BIN)
sh-elf-objcopy -O binary tunnel.elf tunnel.bin
scramble tunnel.bin 1ST_READ.BIN