Re: where can I get the standard include path of gcc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux