Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi Ken
I edited the configure.bat file as you suggested and then executed it from the windows command line and the NIOS SDK Shell both gave the following output: C:\altera\kits\nios2\bin\eclipse\WORKSP~1\KERNEL~1>E:/quartus/bin/cygwin/bin/bash.exe -c "source $QUARTUS_ROOTDIR/sopc_builder/bin/nios_sh; source $SOPC_KIT_NIOS2/user.bashrc; KERNEL_PROJECT=c:/altera/kits/nios2/bin/eclipse/workspace/kernel_1c20; make -C `cygpath -u C:/altera/kits/nios2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.5/linux-2.6.x` O=`cygpath -u c:/altera/kits/nios2/bin/eclipse/workspace/kernel_1c20/build` menuconfig; "------------------------------------------------
Microtronix Linux Extensions
Version 1.1, Built Wed Jul 7 12:46pm EST 2004
------------------------------------------------
make: Entering directory `/cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.5/linux-2.6.x'
HOSTCC scripts/basic/fixdep
gcc: not found
make: *** Error 127
make: *** Error 2
make: *** Error 2
make: Leaving directory `/cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.5/linux-2.6.x' The gcc: not found tells me that gcc must be working but I dont know what not found means,- and google doesnt know either http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif If I just type gcc from the command line it displays gcc: no input files, gcc -v says it is version 3.3.1 (cygming special). hope the info helps. Thanks.