Altera_Forum
Honored Contributor
21 years agoconfigtool error
I just finished going through a terrible thrash in getting uClinux to run on my custom board. Painful, but eventually got it working with plenty of help from that forum. Now I'm trying to see if eCos can run on the same hardware. It should, but already things are not working.
Note: I'm a HW guy and all this OS stuff is foreign to me. I'm as newbie as you can get with OS related things, so please go easy on me! I have Q2 4.2 installed along with NIOS2 1.1. I installed the latest release of eCos for NIOS2 1.1. Step one is to open the nios2configtool. It tries to open, but I get this error and I don't have a clue how to resolve it: ----------------- c:/DOCUME~1/ATHLON~1/LOCALS~1/Temp/nios2_auto.cdl, option CYGHWR_HAL_SYSCLK_DEV, property legal_values: error End of expression reached when expecting an operand. <end of data>{ ...} -------------------- This is an automatically generated file, so how do I fix it? In SOPC builder, I have to select my own target board, and the clock is set for 50 MHz. It seems like the config tool is looking for a specific board type, such as an Altera board, and it seems confused by me not choosing one. Will this port of eCos work on any HW, or will it only work on Altera development kit boards? Any help is greatly appreciated! TjB