From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13161 invoked by alias); 18 Dec 2012 17:47:47 -0000 Received: (qmail 13076 invoked by uid 22791); 18 Dec 2012 17:47:44 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f46.google.com (HELO mail-bk0-f46.google.com) (209.85.214.46) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Dec 2012 17:47:33 +0000 Received: by mail-bk0-f46.google.com with SMTP id q16so508140bkw.5 for ; Tue, 18 Dec 2012 09:47:32 -0800 (PST) X-Received: by 10.204.149.12 with SMTP id r12mr1133994bkv.30.1355852851734; Tue, 18 Dec 2012 09:47:31 -0800 (PST) Received: from [192.168.178.23] (217-75-21-200.pool.cyberlink.ch. [217.75.21.200]) by mx.google.com with ESMTPS id e22sm2102413bke.14.2012.12.18.09.47.30 (version=SSLv3 cipher=OTHER); Tue, 18 Dec 2012 09:47:30 -0800 (PST) Message-ID: <50D0AC31.4030108@gmail.com> Date: Tue, 18 Dec 2012 17:47:00 -0000 From: Bob Brusa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: ecos discuss Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] library uses type size_t but my build can not resolve it X-SW-Source: 2012-12/txt/msg00037.txt.bz2 Hi, I built a library for an arm-processor (AT91SAM7s256) based system. String routines and many others use the type size_t. But all such functions I reference seem to have a problem with this type, because its defined nowhere. Nevertheless, the build is successful. The stddef.h linked into my library is the one from ecos\packages\isoinfra\current\include All this file contains is (essentially): #include_next but there is no other stddef.h in my library. I do not grasp the logic behind this. Any help? -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss