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.

New SYS/BIOS project problem

Other Parts Discussed in Thread: SYSBIOS

Hello All,

Just getting started using CCS and SYS/BIOS. Created a new CCS project on a Stellaris EKS-LM4F232 eval kit. Finally got it to make and find all the target setup files.

When I go into debug it does that fine and I can starting stepping through, I used the "typical " setup option and a single task was created. When I step down to the BIOS_start() function call and step into the code, I then have to do a suspend. I get this error:

Can't find a source file at "/db/vtree/library/trees/avala/avala-q37x/src/ti/sysbios/knl/Idle.c"

Locate the file or edit the source lookup path to include its location.

When I show it the location it then complains about BIOS.c. The files are where the belong as pointed to in the .h files for Idle.h and BIOS.h. I don't know where that strange path is being specified, where it came from and how to tell it too not look there but following the .h files in the #include statements.

Thanks for any help on this. I am sure as I start to actually put my own code into tasks I will ahve lots of ????s.

Ed