Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Ok When i open IDE Eclipse, i select a workspace ( i created a new workspace) when the platform opens i choose File -> new -> Nios II Aplication and BSP from Template. Then i select the sopcinfo file , which was in the zip-order and choose an Projectname (ethernetconnection) and choose simple socket server and 'finish'. then run -> run configurations-> NIOS II HARDware-> new configuration and selcet the Projectname( ethernetconnection). but under Elf File name there is no object which you can select, there is only an empty field. so i cant run the project. have i forgotten something? or how can i solve this problem? --- Quote End --- Make sure you have successfully built the project first! Sounds like the ELF is missing as the project hasn't been built. Normally if you just hit Run, the project is built prior to deploying to your Nios processor.