C cross-compilers for OS porting

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Collin

C cross-compilers for OS porting

Post by Collin »

Hello.

I'm trying to port my OS (what code I do have) and I have some questions.
Does anyone know where I could find _free_ C cross-compilers
for the following architectures:

SPARC (i.e. UltraSPARC II)
680x0
Alpha

Thanks in advance.

Collin
Guest

RE:C cross-compilers for OS porting

Post by Guest »

>680x0

you can get Win32- and Linux-hosted GCC for 680x0 here:
http://fiddes.net/coldfire/download.htm

the compiler supports both 680x0 and ColdFire CPUs
Post Reply