Results 1 to 5 of 5

Thread: CodeBlocks SDK

  1. #1
    Join Date
    Mar 2011
    Beans
    56

    Red face CodeBlocks SDK

    I hav installed codeblocks SDK but cannot find where it has been installed... I'm developing Arduino Plugin for CodeBlocks....
    Attached Images Attached Images
    Vanangamudi
    Minniyal Poriyalan
    Puduvai,Bharatham.

  2. #2
    Join Date
    May 2010
    Location
    SE England
    Beans
    210

    Re: CodeBlocks SDK

    Not sure what you're looking for but I suspect you will find it in .Codeblocks in your home directory - Use ctrl-h to see hidden directory/files.

    Bouncingwilf

  3. #3
    Join Date
    Mar 2011
    Beans
    56

    Re: CodeBlocks SDK

    Quote Originally Posted by bouncingwilf View Post
    Not sure what you're looking for but I suspect you will find it in .Codeblocks in your home directory - Use ctrl-h to see hidden directory/files.

    Bouncingwilf

    Yeah I found it. now the problem wxprec.h file. i know the location of the file but how do I include this file to compiler..
    lik pkg-config codeblocks --cflags

    sumthng like that for wxWidgets....
    Vanangamudi
    Minniyal Poriyalan
    Puduvai,Bharatham.

  4. #4
    Join Date
    Mar 2011
    Beans
    56

    [SOLVED]: CodeBlocks SDK

    I found it

    Code:
    ` wx-config --libs`
    thats the command to include wxWidget libs.....

    similarly to include wxWidgets header files

    Code:
    ` wx-config --cflags`
    Vanangamudi
    Minniyal Poriyalan
    Puduvai,Bharatham.

  5. #5
    Join Date
    May 2010
    Location
    SE England
    Beans
    210

    Re: CodeBlocks SDK

    From memory it's something like:
    Settings -> Compiler and Debugger -> Other options

    add any other include paths there

    Bouncingwilf

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •