search for: _little_endian

Displaying 7 results from an estimated 7 matches for "_little_endian".

Did you mean: little_endian
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
Chris Lattner wrote: >>>Interesting. INT64_MAX is supposed to be provided by >>>include/Support/DataTypes.h. Do you know of a reliable preprocessor >>>symbol that can be used to determine whether we're on a linux box, or >>> >>> > > > >>Well, there is always __linux__, but that doesn't necessarily imply that >>we
2002 Sep 13
0
[LLVMdev] Linux-x86 Compatability
...Solaris without requiring platform detection. Ok, how about this:? #ifndef LLVM_SUPPORT_DATATYPES_H #define LLVM_SUPPORT_DATATYPES_H #define __STDC_LIMIT_MACROS 1 #include <inttypes.h> #ifdef __linux__ #include <endian.h> #endif #ifdef __sparc__ #include <sys/types.h> #ifdef _LITTLE_ENDIAN #define LITTLE_ENDIAN 1 #endif #endif #endif /* LLVM_SUPPORT_DATATYPES_H */ -Chris http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...about this:? > >#ifndef LLVM_SUPPORT_DATATYPES_H >#define LLVM_SUPPORT_DATATYPES_H > >#define __STDC_LIMIT_MACROS 1 >#include <inttypes.h> > >#ifdef __linux__ >#include <endian.h> >#endif > >#ifdef __sparc__ >#include <sys/types.h> >#ifdef _LITTLE_ENDIAN >#define LITTLE_ENDIAN 1 >#endif >#endif > > > #ifndef LITTLE_ENDIAN #ifndef BIG_ENDIAN #error Ooops. Fix include/llvm/Bytecode/Primitive.h for your endianness. #endif #endif >#endif /* LLVM_SUPPORT_DATATYPES_H */ > >-Chris > >http://llvm.cs.uiuc.edu/ >http:...
2001 Feb 27
4
Bad packet length in 2.5.1 with rijndael
it seems that this check does not work on solaris #if BYTE_ORDER != LITTLE_ENDIAN #define BYTE_SWAP #endif could you please check that BYTE_SWAP is defined in rijndael.c -m
2009 Mar 18
1
Can't compile rtmpdump source
Hello! I can't compile rtmpdump source on FreeBSD: http://sourceforge.net/projects/rtmpdump/ I obtain the following output: # gmake g++ -Wall -c -o bytes.o bytes.cpp In file included from bytes.cpp:25: bytes.h:37:20: endian.h: No such file or directory bytes.h:38:22: byteswap.h: No such file or directory bytes.h:45:2: #error "Undefined byte and float word order!" bytes.cpp:
2013 Jun 21
3
[LLVMdev] Compiling llvm and Clang in solaris 10
I run configure in a build folder using CC=gcc CXX=g++ ../configure --prefix=/project/scratch/packages2/clang \ --enable-targets=host --enable-shared The configure runs fine but when I type make I get the error: make[1]: Entering directory `/project/scratch/tmp/llvm-3.3/build/lib/Support' llvm[1]: Compiling APFloat.cpp for Release+Asserts build In file included from
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release