Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Endian specific source changes, for Universal support.
Re: Endian specific source changes, for Universal support. [message #7020 is a reply to message #7018] Fri, 08 December 2006 06:34 Go to previous messageGo to previous message
lundman is currently offline  lundman
Messages: 175
Registered: March 2006
Location: Tokyo
Experienced Member

So it seem OsX's gcc supply some defines when compiling for both architectures. I can, for example, use:

#ifdef __BIG_ENDIAN__
#define flagPPC
#undef flagX86
#endif

#ifdef __LITTLE_ENDIAN__
#undef flagPPC
#define flagX86
#endif

in Core.h, and let it pick the CPU type automatically.

I have been playing around with "Build methods" which I have largely ignored until now, and I see the potential there. Instead of any code change, I can define GCC32 method, GCC32_Intel, and GCC32_Universal methods, and specify the compile options needed.

However, what does seem to be missing is the linking flags.

Very nice though.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: uvs2 as "public application"
Next Topic: Benchmarking U++
Goto Forum:
  


Current Time: Mon Jun 30 10:45:18 CEST 2025

Total time taken to generate the page: 0.03324 seconds