C:\Program Files\Atmel\AVR Tools C:\Program Files\Atmel\WinAVR\ C:\Micrium\uCOS-II\etc etc. I much prefer to keep it with the particular project it's attached to rather than a central location. That way, if I modify any of the #defines they only affect this project. So, I keepC:\Users\David\AVRProj\ projectname \uCOS-II\SOURCE for the uC-OS2 source files
C:\Users\David\AVRProj\ projectname \uCOS-II\ATMega128 for the port files.


#include s to look like this:
#include "os_core.c" #include "os_flag.c" etc
../uCOS-II/SOURCE/os_core.c:1354: error: 'OS_STK_DATA' undeclared (first use in this function) then you will need to find the appropriate #define and enable that feature (in this example, setting #define OS_TASK_CREATE_EXT_EN 1 in os_cfg.h ).
| Topic DancingEBugs . { Edit | Attach | Ref-By | Printable | Diffs | r1.8 | > | r1.7 | > | r1.6 | More } |
|
Revision r1.8 - 17 Mar 2009 - 03:13 GMT - AhmetSekercioglu Parents: WebHome |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |