View Single Post
  #46 (permalink)  
Old 1st Mar 2009, 12:04 am
knob's Avatar
knob knob is offline
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default Re: Hooray!!! Rockchip SDK!

yes, I think you are right Lolita, We are trying to cross-compile for the wrong target device, we need LSI zsp400.

I think Keil just happens to use 8051 by default.

@WIZARD
To make the correct resulting code work we must to add LSI zsp400 as the target device, otherwise the code will not run on a Rockchip device.
OR we need to find a compiler that supports zsp400 as target device.

However...rooman at wasm.ru
Quote:
compiler requires it c51
Play Rockchip_Prj.Uv2 have lines
Code:
Options 1,0,0 / / Target 'RockChip'
Device (Core8051)
Vendor (Actel)

This points to the fact that the processor-based Actel (I хз it), the program has a base Keil uVision percent. And apparently Keil uVision determines which compiler to use.
Reply With Quote