Altera_Forum
Honored Contributor
14 years agoeCos lib tree building mounting problems
Hallo everyone!
I have a little, but strange problem: I installed Altera Quartus II and Nios II v5.1 onto my computer (Windows XP Professional SP3). I installed an ecos to it. I start the command line. (Start Menu -> Programs -> Altera -> NIOS II -> nios ii sdk shell) type the following: mount -tf c:\\ /ecos-c then the following: ecosconfig --prefix=/ecos-c/source/embedded/nios/project/software/project_ecoslib/debug/project_install --config=/ecos-c/source/embedded/nios/project/software/project_ecoslib/project_release.ecc tree i receive the following error messages: c:\altera\kits\nios2_51 c:\ecos-c\source\embedded\nios\project\software\project_ecoslib\project_release.ecc: error couldn't read file "c:\ecos-c\source\embedded\nios\project\software\project_ecoslib\project_release.ecc": no such file or directory invalid savefile "c:\ecos-c\source\embedded\nios\project\software\project_ecoslib\project_release.ecc". 1 error occurred while reading in the savefile data. /ecos-c/source/embedded/nios/project/software/project_ecoslib The question is: WHY adds it automatically an "ecos-c" folder to the path. This .ecc file is at c:\Source\Embedded\Nios\Project\software\Project_EcosLib\Project_Release.ecc Where and which option can be corrupt/bad? Why does this ecosconfig program add this "ecos-c" as addition to the path? Please, help me to find out this thing. I tried to look up at many different places, haven't found anything in addition to this strange thing: if i change the mounting point name from ecos-c to e.g. drive-c then the error will be the following: c:\altera\kits\nios2_51 c:\drive-c\source\embedded\nios\project\software\project_ecoslib\project_release.ecc: error couldn't read file "c:\drive-c\source\embedded\nios\project\software\project_ecoslib\project_release.ecc": no such file or directory invalid savefile "c:\drive-c\source\embedded\nios\project\software\project_ecoslib\project_release.ecc". 1 error occurred while reading in the savefile data. /drive-c/source/embedded/nios/project/software/project_ecoslib It is clearly seen, that there is a problem with the paths/mounts. Please, help me about this mount-issue. It can be clearly seen that the files are at place (where they should be located), only some mounting settings must be checked/set/removed/etc. Could You please give me any ideas(s)?