U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » U++ Developers corner » Endian specific source changes, for Universal support.
Endian specific source changes, for Universal support. [message #7018] Fri, 08 December 2006 02:33 Go to previous message
lundman is currently offline  lundman
Messages: 175
Registered: March 2006
Location: Tokyo
Experienced Member

On OsX in particular, you can produce Universal binaries, applications with both Intel and PPC compiled code. This is enabled by giving gcc "-arch intel -arch ppc".

However, there are parts of U++ that currently are in #ifdef ENDIAN.

Have you considered changing said code for endian independant code, like bit-shifts etc, or at worst, use OS given endian functions like ntohl() etc.

There do not appear to be too many endian related calls in UPP.
 
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 May 04 16:35:07 GMT+2 2026

Total time taken to generate the page: 0.00733 seconds