From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22766 invoked by alias); 17 May 2013 08:17:04 -0000 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 Received: (qmail 22712 invoked by uid 89); 17 May 2013 08:17:04 -0000 X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,SPF_FAIL autolearn=no version=3.3.1 Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 17 May 2013 08:17:03 +0000 Received: from tom.nabble.com ([192.168.236.105]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UdFqY-0004Wp-9e for ecos-discuss@ecos.sourceware.org; Fri, 17 May 2013 01:17:02 -0700 Date: Fri, 17 May 2013 08:17:00 -0000 From: Felix R To: ecos-discuss@ecos.sourceware.org Message-ID: <1368778622279-232338.post@n7.nabble.com> In-Reply-To: <1368532204034-231731.post@n7.nabble.com> References: <1368528735959-231726.post@n7.nabble.com> <1368532204034-231731.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [ECOS] Re: building/running tests without RedBoot X-SW-Source: 2013-05/txt/msg00031.txt.bz2 I got i new Issue with http_simple. I added FileIO and SD-Card drivers. The FAT demo works with tests, with my eclipse build it does not find the stdio functions. Now, the http_simple demo (does not use stdio functions) is working in "build tests" but not in my eclipse project. when calling pbuf_free() it gives me an Assert: ASSERT FAIL: <3>memp.c[199]memp_overflow_check_element() detected memp overflow! ASSERT FAIL: <3>memp.c [ 199] memp_overflow_check_element() detected memp overflow! although CYGDBG_LWIP_MEMP_OVERFLOW_CHECK is set to 0! Note: if i disable asserts globaly, it works fine with eclipse. The demo Application worked with eclipse before i added FAT and SD (and dependencies). I got 2 issues now. No reference to sdtio and occuring asserts. please help. Felix -- View this message in context: http://sourceware-org.1504.n7.nabble.com/building-running-tests-without-RedBoot-tp231726p232338.html Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss