On Monday 19 November 2007, vichy wrote: > Dear all: > Below are my source code. > #include<stdio.h> > #include<asm-i386/Types.h> > > int main(void){ > u64 u64value; > > u64value = 0x2e32; > printf("u64value = %0x\n",u64value); > } > > While compiling it, the gcc tells me that it cannot find the Type.h. Shouldn't it be asm-i386/types.h - all lowercase? for the paths, try 'cpp -v </dev/null' ;) Bye...Frank
Attachment:
signature.asc
Description: This is a digitally signed message part.