Two ways to get the development software:
1.Ask ADChips Beijing Office :010-84603171
The directory list of the dev software in CD-ROM:

2.Download from ftp://ftp.adc.co.kr/pub/
Installation guide:
1. Extract and install "cygwin"
2. Extract "local_se3208_v021226",copy to \cygwin\usr\local, note: don't generate 2 stage of "local" directory. This is thecompiler software of EISC CPU。
3.Install EISC_studio ,this is the man interface software. Please refer to the manual in its directory. Please note the EISC_studio can make and debugger the program that doesn't run on uclinux.
4.If windows98,windows95 , insert next line
autoexec.bat : "SET PATH=c:\cygwin\bin;c:\cygwin\usr\local\bin;.;%PATH%"
config.sys : "shell=c:\windows\command\command.com /e:1024"
Note: if you use other directory than "\c:", please alter it.
5. Reboot
Testing:
Usually Start->Programs->MS-DOS Prompt, and then enter the command "se3208-elf-gcc -v"
It will display the version.
6.Extract "monitor" ,burn the monitor.bin file into an EPROM-27C801/AT29C040A, mount it on Jupiter Dev Board.
7. Use JUPITER COM0 to connect to PC's COM1. Thus debugger system is OK.
Theory : CYGWIN is LINUX OS on MS-WINDOWS, Compiler software "se3208-elf-gcc" etc are put in \cygwin\usr\local\bin.