Menu

Atmel Studio 6.0

Help
rents85
2013-03-11
2013-03-14
  • rents85

    rents85 - 2013-03-11

    Hi,
    i'm trying to use Femto Os with Atmel Studio 6.0.
    I'm not understand the step for use it.
    I only add the headers folder to the Avr Toolchain Compiler directories and type "cd FemtoOS_0.912
    Install_Scripts\install_avrstudio_workspace.bat" in the windows command prompt.
    When i try to compile TestBare example i get errors like this:
    Error 3 'devLedPORT' undeclared (first use in this function)
    What i have to do?
    Thank you very much.

     
  • rents85

    rents85 - 2013-03-12

    No,
    i had not seen it.
    Thank you very much, now build the project.
    I'm a newbyie of this world, i always programs high level language on Windows Platform, if you want can explain me what have you done.
    For example if i want to add Femto Os to an empty project What i have to do?
    I only have to copy your settings in its toolchain?
    Thank you
    vincenzo

     

    Last edit: rents85 2013-03-12
  • Peo

    Peo - 2013-03-12

    If you want to create your own FemtoOs project in AtmelStudio6, try this:

    • Make a new directory in the studio6projects directory.
    • Choose the FemtoOs project which closest to what you want to do.
    • Copy code_xxxx.c, config_application.h and project_xxxx.cproj to the new directory.
    • Open project_xxxx.cproj in an editor and search for the tag <OutputFileName>. Rename the name to what you want to have for your output files. (Someone knows a better way?)
    • Double click on project_xxxx.cproj or Start AtmelStudio 6 and select "Open project...."
    • In the "Solution Explorer" rename (right click menu) the solution, project and code_xxx.c that fits your new project.

    /Peo

     
  • rents85

    rents85 - 2013-03-14

    Thank you so much for the quick and comprehensive reply.
    I will try it in the next day.
    Thank you
    Vincenzo

     

Log in to post a comment.