From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14550 invoked by alias); 21 Apr 2013 12:26:24 -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 14537 invoked by uid 89); 21 Apr 2013 12:26:23 -0000 X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_NEUTRAL 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; Sun, 21 Apr 2013 12:26:22 +0000 Received: from tom.nabble.com ([192.168.236.105]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UTtLY-0002Ol-Qz for ecos-discuss@ecos.sourceware.org; Sun, 21 Apr 2013 05:26:20 -0700 Date: Sun, 21 Apr 2013 12:26:00 -0000 From: EnneGi To: ecos-discuss@ecos.sourceware.org Message-ID: <1366547180806-229167.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [ECOS] lwIP for LPC1766 X-SW-Source: 2013-04/txt/msg00021.txt.bz2 Hi all, I tried to write a simple example of lwIP for LPC1766. #include #include #include int main(int argc, char** argv) { diag_printf("\nInit stack\n"); cyg_lwip_simple_init(); diag_printf("Init Network done\n"); while(1) stats_display(); return 0; } I complile this and upload on my board, but it don't work. Why? I wrote a wrong code? I try to debug with arm-eabi-gdb but do anything... -- View this message in context: http://sourceware-org.1504.n7.nabble.com/lwIP-for-LPC1766-tp229167.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