Altera_Forum
Honored Contributor
14 years agoBemicro kit - embedded lab issues
I am getting down to the end of the embedded lab exercise.
It looks like there is documentation conflict with what the lab says and what I see on the NIOS Eclipse software. Additionally, I get an error message when I try to run the program. Specifically, Page 42 of the bemicro Embedded System Lab says to build the bemicro_led_control_bsp and then the bemicro_Led_control project. Page 43 then says to right click the software project directory(bemicro_led_control?), select RUN AS, Then NIOS II Hardware (but this option is not presented) Instead, RUN AS gives you these options: Local C/C++ program Run Configurations If you select Local C/C++ program you get the following error: Launching bemicro_led_control.elf has encountered a problem Error starting process Clicking details, you get the following: Details Error starting process. Cannot run program "C:\altera\bemicro\bemicro_sopc_builder_lab\software\bemicro_led_control\bemicro_led_control.elf": Launching failed Cannot run program "C:\altera\bemicro\bemicro_sopc_builder_lab\software\bemicro_led_control\bemicro_led_control.elf": Launching failed Cannot run program "C:\altera\bemicro\bemicro_sopc_builder_lab\software\bemicro_led_control\bemicro_led_control.elf": Launching failed If you select Run Configurations, you get these options: C/C++ Application - bemicro_led_control.elf Launch Group Nios II Hardware Nios II ModelSim If you select Nios II Hardware, then RUN, nothing happens. If you double click Nios II Hardware, you get Plug-in com.altera.sbtgui.launch was unable to load class com.altera.sbtgui.launch.hardware.us.Nios2HardwareLaunchConfigurationTabGroup An error occurred while automatically activating bundle com.altera.sbtgui.launch(249) Any help troubleshooting is appreciated.