Forum Discussion
Altera_Forum
Honored Contributor
22 years agoMicroC/OS-II Problems
I have a Nios II project that is using MicroC/OS-II. This is the one that comes with the Nios II, not the Microtronix port for the Nios 1. So far I have just been using the default settings, but I would like to streamline it for my specific needs. Whenever I try to remove something or change a setting I get all kinds of errors complaining about not recognizing the '0' token or the '1' token. Has anyone else seen this? Thanks
11 Replies
- Altera_Forum
Honored Contributor
Well, creating a new Hello MicroC/OS worked. I tried changing some values in my options but that didn't seem to work. So I opened up system.stf in my text editor, deleted the existing syslib and re-created it. This works. So I guess the problem is solved.