As far as I know, the fx-CG calculators use a SuperH 4 CPU, but the SDK uses
Code:
sh3eb-elf-gcc
to compile, which seems to be SuperH 3. Is there a reason for this, and would there be any performance advantage to using SuperH 4 if that's possible?
Never mind, apparently the command line options say to produce SH4 code

https://gcc.gnu.org/onlinedocs/gcc-4.9.0/gcc/SH-Options.html


Code:
MACHDEP = -mb -m4a-nofpu -mhitachi -nostdlib
What architecture is supported actually depends on the multilib setting. You can see which by looking for --with-multilib-list in the configuration options reported by sh3eb-elf-gcc -v. I build mine with m3 and m4-nofpu. Note that while it is tempting to build for the sh4-nofpu-elf target it doesn't actually work and the resulting compiler produces a lot of FPU code in the presence of va_lists.

Anyway, the fx-9860G that was targeted by the official fx-9860G SDK from which the Prizm SDK has been designed had an SH3 processor. I think that's where it comes from historically. ^^
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement