View Single Post
  #382 (permalink)  
Old 9th Oct 2009, 8:44 am
flasher86 flasher86 is offline
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

RockCompiler.rar

I uploaded the whole rock compiler. It's the part of FWTools - SDK for RK26XX.

There is no documentation regarding calling these apps although I found out how to call sdcc.exe

I used the following command line to compile RKP stuff. I think the whole package is a modified version of SDCC compiler (SDCC - Small Device C Compiler). I didn't found any info that SDCC support ZSP400, and original sdcc doesn't compile rkp files like this one, BUT command line switches seems to match.

Code:
 "C:\Program Files (x86)\RockTools\RockCompiler\sdspI\bin\sdcc.exe" -O1 -mlong_call -mlong_builtin_call -o "D:/Projekty/FM_Radio/Src/FM.out"  -ID:/Projekty/FM_Radio/. -Wa,-W -Wa, D:/Projekty/Hello/src/Hello.lcf -Wl,-Map -Wl,"D:/Projekty/FM_Radio/Src/MemMap.txt"  D:/Projekty/FM_Radio/Src/Radio.c D:/Projekty/FM_Radio/Src/Delay_asm.s -Wl,--start-group -Wl,--end-group
Reply With Quote