View Single Post
  #51 (permalink)  
Old 2nd Mar 2009, 11:58 am
knob's Avatar
knob knob is offline
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default Re: Hooray!!! Rockchip SDK!

Quote:
Originally Posted by benny said";p=&quot View Post
Hi @all
After 2 Weeks of playing with the RKP-Game-Disassembler i had now
enough information to made my first RKP-Assembler (BETA-Version).
Includes a Documentation and a sample-program (Data-Viewer) and
some RKP-Game-Files. Actually it's all Assembler (LSI ZSP400 Instruc-
tions). My next steps: C64-Emulator, Calculator, Basic-Compiler,
PDF-Viewer, Database
http://www.file-upload.net/download-...r_v01.zip.html
Enjoy
Regards
Benny
yes it is ZSP400 instructions, you are right the emulator for RK2706 chips needs compiling with Visual c++. I have Visual C++ 6.0 so I will try to compile the emulator for RK27xx chips too, But I don't think this will help us with rK2608 players, we need a cross compiler for ZSP400 to do anything with the source code.

btw WIZARD, don't bother posting any more t*rrent links, most members know where to look, better to PM a link if anyone asks, if you know what I mean. :wink:

This is what I get when I try to compile the emulator in VC++
Quote:
--------------------Configuration: RockEmu - Win32 Debug--------------------
Compiling...
allCGlobals.c
h:\rockchip developer package\rk27sdk_0722\ide\rk27dll\src\allcglobals.c (37) : fatal error C1083: Cannot open include file: '..\..\system\sysGlobal.c': No such file or directory
allCSource.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\allCSource.c( 37) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
armReg.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\Register\ armReg.c(5) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
iGlobals.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\iGlobals.c(4) : fatal error C1083: Cannot open include file: 'bool.h': No such file or directory
iSource.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\iSource.c(6) : fatal error C1083: Cannot open include file: 'bool.h': No such file or directory
pcCore.cpp
h:\rockchip developer package\rk27sdk_0722\ide\rk27dll\src\pccore\pccore .cpp(7) : fatal error C1083: Cannot open include file: 'bool.h': No such file or directory
pcdata.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pcdata.c(6) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
pcgpio.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pcgpio.c(6) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
pcinterrupt.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pcinterrupt.c(7) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
pckey.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pckey.c(6) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
pclcd.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pclcd.c(6) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
pctimer.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pctimer.c(6) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
pctouch.c
H:\Rockchip Developer Package\RK27SDK_0722\Ide\Rk27Dll\src\Lib\periphera l\pctouch.c(11) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
readsector.cpp
h:\rockchip developer package\rk27sdk_0722\ide\rk27dll\src\pccore\readse ctor.cpp(120) : error C2146: syntax error : missing ';' before identifier 'FlashUFatCache'
h:\rockchip developer package\rk27sdk_0722\ide\rk27dll\src\pccore\readse ctor.cpp(120) : fatal error C1004: unexpected end of file found
rk27dll.cpp
h:\rockchip developer package\rk27sdk_0722\ide\rk27dll\rk27dll.cpp(5) : fatal error C1083: Cannot open include file: 'include.h': No such file or directory
sound.cpp
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : error C2146: syntax error : missing ';' before identifier 'MMVERSION'
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : fatal error C1004: unexpected end of file found
zspReg.c
h:\rockchip developer package\rk27sdk_0722\ide\rk27dll\src\lib\register\ zspreg.c(5) : fatal error C1083: Cannot open include file: '..\stdafx.h': No such file or directory
Error executing cl.exe.

RockEmu.exe - 19 error(s), 0 warning(s)
Seems like some source files are missing.
Update:-
No they are not missing, just found them, just VC++ can't find them.

cheers knob
Reply With Quote