In case it isn't known, sdcdb looks to be broken in the current 
snapshots: 

pe...@pc700 ~/wiznet/nos_test
$ "/cygdrive/c/program files/SDCC"/bin/sdcdb test1
CreateProcess failed (2).
connect failed :: No error

pe...@pc700 ~/wiznet/nos_test
$ "/cygdrive/c/program files/SDCC"/bin/sdcc -v
SDCC : mcs51/gbz80/z80/ds390/pic16/pic14/TININative/ds400/hc08 3.0.1 #6066 (Nov
26 2010) (MINGW32)

        On the assumption it didn't work on cygwin I built from source on a 
Centos 5.4 system (test1 recompiled on that machine) where the message is:

$sdcdb test1
connect failed :: Connection refused
$
$ sdcc -v
SDCC : mcs51/gbz80/z80/ds390/TININative/ds400/hc08 3.0.1 #6079 (Dec 13 2010) 
(Linux)
$

back to cygwin with the 2.9.0 release version and sdcdb works:

pe...@pc700 ~/wiznet/nos_test
$ "/cygdrive/c/program files/SDCC2_9_0"/bin/sdcdb test1
SDCDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for SDCDB; type "show warranty" for details.
SDCDB 0.8 . Copyright (C) 1999 Sandeep Dutta (sandeep.du...@usa.net)
Type ? for help
WARNING: SDCDB is EXPERIMENTAL.
uCsim 0.5.4, Copyright (C) 1997 Daniel Drotos, Talker Bt.
uCsim comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
file "test1.ihx"
(sdcdb) list main
21      main() {
22
23              serial_init();
24              printf("hello world\r\n");
25
26              return 0;
27      }
(sdcdb)

pe...@pc700 ~/wiznet/nos_test
$ "/cygdrive/c/program files/SDCC2_9_0"/bin/sdcc -v
SDCC : mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08 2.9.0 #5
416 (Mar 22 2009) (MINGW32)

Peter Van Epp

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to