This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

creating project in iar for cc2530

Other Parts Discussed in Thread: CC2530

Hello

I am trying to create a project in iar for cc2530 module and during that I have some issues like

Building configuration: test - Debug
Updating build tree...
 
15  file(s) deleted.
Updating build tree...
Error while running C/C++ Compiler
gpio_interrupts.cpp  
Fatal Error[Pe1696]: cannot open source file "fcntl.h" D:\Shekhar\ASE\CODE\I2C\I2C\gpio_interrupts.cpp 3
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\dlib\c\"
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\dlib\ecpp\"
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\"
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\clib\"
Error while running C/C++ Compiler
i2c_f400.cpp  
Fatal Error[Pe1696]: cannot open source file "thread" D:\Shekhar\ASE\CODE\I2C\I2C\i2c_f400.cpp 7
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\dlib\c\"
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\dlib\ecpp\"
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\"
            searched: "C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\clib\"
Error while running C/C++ Compiler

and


main.cpp  
Fatal Error[Pe035]: #error directive: "This library configuration does not support file I/O, either use another existing library configuration or  C:\Program Files\IAR Systems\Embedded Workbench 6.0\8051\inc\dlib\ecpp\fstream 13
define a new and rebuild the library."
Error while running C/C++ Compiler

Please help me out this problem.

Regards

Shekhar Shakti