We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I try to port uCOS-II to my kitcon167cr evalution board.But I met a problem with error message as listed below: *** FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: .\Object\OS_CPU_C.obj I can not resolve it . Can you help me??!!
I think it is a bug of keil's IDE. File: Keil\C166\hlp\GS166.PDF (Getting Started and Create Applications with µVision2 and 166/ST10 Microcontroller Development Tools) Chapter 4. Creating Applications Tips and Tricks File and Group Specific Options – Properties Dialog Translate a C Module with asm / endasm Sections If you use within your C source module assembler statements, the C166 compiler requires you to generate an assembler source file and translate this assembler source file. In this case enable the options Generate Assembler SRC File and Assembler SRC File in the properties dialog. - Mike