View Single Post
Old 16-07-2008   #2
ctomer
Member
 
Join Date: 09-03-2008
Location: Leeds, UK
Posts: 11
Thanks: 0
Thanked 2 Times in 2 Posts

My System: Technomate TM1000ci Kathrein UFS 910 si

Originally Posted by Nick [D]vB View Post
If the Dreambox’s cpu architecture is based on a powerpc core shouldn’t executables compiled for it also run on powerpc based apple macs?
No. It doesn't work like that. The Dreambox is based on linux? Well, then the executable format will mostly likely be ELF. Mac OS X uses MACH-O as its executable format. Even if the executable formats were the same, copying an executable from one platform to another would result in almost certain failure since there'd be libraries missing.

Isn't OSX based on Darwin linux? Has anyone tried this?
Darwin isn't linux. Darwin is a UNIX based open source operating system. Darwin has more in common with FreeBSD than it does with Linux.
ctomer is offline   Reply With Quote