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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
Have you tried this?
http://sourceforge.net/p/femtoos/discussion/789277/thread/b6608cd5/#396d
/Peo
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
If you want to create your own FemtoOs project in AtmelStudio6, try this:
/Peo
Thank you so much for the quick and comprehensive reply.
I will try it in the next day.
Thank you
Vincenzo