I'm actually playing around with "DC Dev Environment Setup Release 2" a dreamcast env setup.

I notice somme little things that can trouble some people (new to this like me)

1) in beginning of cygwin install process, make sure that in the "dev" section the program make is set to install : by defaut it's not.

2) when running cygwin, after the bash prompt appears type :
"PATH=$PATH:/bin" otherwise the commands will not be found


For point 3) and 4) take it with caution i am not sure, if i'm wrong someone will correct quickly this post

3) in the environ.sh
make sure in that #export KOS_SUBARCH="navi" is set active and not
#export KOS_SUBARCH="pristine" like it was by default

4) for the default CFLAGS section
i am not sure if it's

# export KOS_CFLAGS="-O2 -fomit-frame-pointer"
or
# export KOS_CFLAGS="-O2 -DFRAME_POINTERS"

to set active

at this link http://wiki.dc-france.com/doku.php?id=compiler_son_toolchain_progdream#Compi lation_de_BINUTILS_pour_SH
they say to set #export KOS_CFLAGS="-O2 -fomit-frame-pointer" active wich is the opposite of the default /usr/local/dc/kos/kos/environ.sh choice



Hope it helps ....








Hope it help someone