EDN Admin
Well-known member
hi all,
In a project which Im trying to compile there are files which inlcudes the following code syntax, the code below is smalll portion of it, but there numerous files which includes plenty of lines of the sampled code and compiler throws thousands of errors.
Source files are with c extension.
how am I supposed to compile this?
<div style="color:Black;background-color:White; <pre>
# 32 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/_mingw.h" 3
# 16 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 2 3
# 24 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 3
# 1 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/include/stddef.h" 1 3 4
# 211 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/include/stddef.h" 3 4
<span style="color:Blue; typedef <span style="color:Blue; unsigned <span style="color:Blue; int size_t;
# 323 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/include/stddef.h" 3 4
<span style="color:Blue; typedef <span style="color:Blue; short <span style="color:Blue; unsigned <span style="color:Blue; int <span style="color:Blue; wchar_t;
# 25 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 2 3
# 36 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 3
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memchr (<span style="color:Blue; const <span style="color:Blue; void*, <span style="color:Blue; int, size_t) __attribute__ ((__pure__));
<span style="color:Blue; int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memcmp (<span style="color:Blue; const <span style="color:Blue; void*, <span style="color:Blue; const <span style="color:Blue; void*, size_t) __attribute__ ((__pure__));
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memcpy (<span style="color:Blue; void*, <span style="color:Blue; const <span style="color:Blue; void*, size_t);
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memmove (<span style="color:Blue; void*, <span style="color:Blue; const <span style="color:Blue; void*, size_t);
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memset (<span style="color:Blue; void*, <span style="color:Blue; int, size_t);
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcat (<span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*);
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strchr (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; int) __attribute__ ((__pure__));
<span style="color:Blue; int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcmp (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*) __attribute__ ((__pure__));
<span style="color:Blue; int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcoll (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*);
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcpy (<span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*);
size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcspn (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*) __attribute__ ((__pure__));
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strerror (<span style="color:Blue; int);
[/code]
View the full article
In a project which Im trying to compile there are files which inlcudes the following code syntax, the code below is smalll portion of it, but there numerous files which includes plenty of lines of the sampled code and compiler throws thousands of errors.
Source files are with c extension.
how am I supposed to compile this?
<div style="color:Black;background-color:White; <pre>
# 32 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/_mingw.h" 3
# 16 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 2 3
# 24 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 3
# 1 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/include/stddef.h" 1 3 4
# 211 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/include/stddef.h" 3 4
<span style="color:Blue; typedef <span style="color:Blue; unsigned <span style="color:Blue; int size_t;
# 323 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/include/stddef.h" 3 4
<span style="color:Blue; typedef <span style="color:Blue; short <span style="color:Blue; unsigned <span style="color:Blue; int <span style="color:Blue; wchar_t;
# 25 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 2 3
# 36 <span style="color:#A31515; "c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.4.3/../../../../i686-pc-mingw32/include/string.h" 3
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memchr (<span style="color:Blue; const <span style="color:Blue; void*, <span style="color:Blue; int, size_t) __attribute__ ((__pure__));
<span style="color:Blue; int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memcmp (<span style="color:Blue; const <span style="color:Blue; void*, <span style="color:Blue; const <span style="color:Blue; void*, size_t) __attribute__ ((__pure__));
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memcpy (<span style="color:Blue; void*, <span style="color:Blue; const <span style="color:Blue; void*, size_t);
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memmove (<span style="color:Blue; void*, <span style="color:Blue; const <span style="color:Blue; void*, size_t);
<span style="color:Blue; void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memset (<span style="color:Blue; void*, <span style="color:Blue; int, size_t);
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcat (<span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*);
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strchr (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; int) __attribute__ ((__pure__));
<span style="color:Blue; int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcmp (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*) __attribute__ ((__pure__));
<span style="color:Blue; int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcoll (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*);
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcpy (<span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*);
size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcspn (<span style="color:Blue; const <span style="color:Blue; char*, <span style="color:Blue; const <span style="color:Blue; char*) __attribute__ ((__pure__));
<span style="color:Blue; char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strerror (<span style="color:Blue; int);
[/code]
View the full article