Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor yaront's Avatar
    Join Date
    Sep 2004
    Posts
    51
    Hi,

    I'm trying to compile an open source library which makes use of an extended C standard.
    This stundard includes initializing a structure by names using the '.' operator, and non-static array declarations. eg:
    typedef struct a {
    int b;
    char c;
    };

    a myinstance = { .c='d' };

    void func1 (int a) {
    int b[a];
    .
    .
    .
    }

    Newer versions of GCC can handler this type of code.

    Is there any newer version of gcc then the version supplied with the latest SDK (GCC v.2.9)???

    thanx
    Yaron Tadmor

  2. #2
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,430
    Symbian GCC Improvement Project:
    http://www.inf.u-szeged.hu/symbian-gcc/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved