Reply by fl November 4, 20082008-11-04
On Nov 3, 11:53=A0pm, Mark McDougall <ma...@vl.com.au> wrote:
> fl wrote: > > I do use Nios IDE. The above message is from the IDE. I want to know > > what is wrong with the IDE. Thanks. > > I think you need to re-install. It should work out-of-the-box. IIRC it > asks you somewhere whether or not you want to set the environment variabl=
es...
> > You haven't installed a later version of Quartus on the same machine? > > Regards, > > -- > Mark McDougall, Engineer > Virtual Logic Pty Ltd, <http://www.vl.com.au> > 21-25 King St, Rockdale, 2216 > Ph: +612-9599-3255 Fax: +612-9599-3266
Yes. I did install a Quartus 8.0sp1. I previously installed Quartus 8.0 without Nios II. Because I can access Quartus 7.2 subscription. I installed Quartus 7.2 subscription. Then it failed when I installed Nios II 8.0. I cannot uninstall Quartus 8.0 or Quartus 7.2 when I want to reinstall them. I have tried to uninstall Sentinel first, I still cannot uninstall 8.0 or 7.2. How to uninstall them? Thanks.
Reply by Muzaffer Kal November 4, 20082008-11-04
On Mon, 3 Nov 2008 13:00:03 -0800 (PST), fl <rxjwg98@gmail.com> wrote:

>Hi, >I want to learn Nios with its examples: hello. Although the >environment is correct, see below: > >SOPC_KIT_NIOS2=C:\altera\72\quartus\nios2eds > >I have check it both on control panel and cmd window. > >The following error message apperes. I can see both app_rules.mk and >gnu_rules.mk exist at the build directory. What is wrong with that? >Thanks in advance. > > > >--------------------------------------------------------------------------------------------- >**** Build of configuration Debug for project hello_world_2 **** > >make -s all includes >make: /bin/sh.exe: Command not found >make: /bin/sh.exe: Command not found >make: /bin/sh.exe: Command not found >make: /bin/sh.exe: Command not found >make: /bin/sh.exe: Command not found >C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk: >153: /components/altera_hal/build/gnu_rules.mk: No such file or >directory >C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk: >157: /components/altera_hal/build/gtf_rules.mk: No such file or >directory >make: *** No rule to make target `/components/altera_hal/build/ >gtf_rules.mk'. Stop. >Build completed in 2.637 seconds
Under windows you need to add %SOPC_KIT_NIOS2%\sdk2\bin to path. If make doesn't work on commandline you must be missing that line in your path. Muzaffer Kal DSPIA INC. ASIC/FPGA Design Services http://www.dspia.com
Reply by Mark McDougall November 4, 20082008-11-04
fl wrote:

> I do use Nios IDE. The above message is from the IDE. I want to know > what is wrong with the IDE. Thanks.
I think you need to re-install. It should work out-of-the-box. IIRC it asks you somewhere whether or not you want to set the environment variables... You haven't installed a later version of Quartus on the same machine? Regards, -- Mark McDougall, Engineer Virtual Logic Pty Ltd, <http://www.vl.com.au> 21-25 King St, Rockdale, 2216 Ph: +612-9599-3255 Fax: +612-9599-3266
Reply by fl November 3, 20082008-11-03
On Nov 3, 6:43=A0pm, Mark McDougall <ma...@vl.com.au> wrote:
> fl wrote: > > At the command line, the system (Vista) do not recognize "make" input. > > Where does "make" come from? Vista? Or, it comes with Quartus? Thanks > > You're better off using the NIOS IDE when starting out, as the environmen=
t
> is "shrink-wrapped" and you won't have to worry about makefiles etc. > > But to answer your question, "make" should be part of the NIOS tools > distribution. You *do* have the NIOS tools installed, right? > > Regards, > > -- > Mark McDougall, Engineer > Virtual Logic Pty Ltd, <http://www.vl.com.au> > 21-25 King St, Rockdale, 2216 > Ph: +612-9599-3255 Fax: +612-9599-3266
Hi, I do use Nios IDE. The above message is from the IDE. I want to know what is wrong with the IDE. Thanks.
Reply by Mark McDougall November 3, 20082008-11-03
fl wrote:

> At the command line, the system (Vista) do not recognize "make" input. > Where does "make" come from? Vista? Or, it comes with Quartus? Thanks
You're better off using the NIOS IDE when starting out, as the environment is "shrink-wrapped" and you won't have to worry about makefiles etc. But to answer your question, "make" should be part of the NIOS tools distribution. You *do* have the NIOS tools installed, right? Regards, -- Mark McDougall, Engineer Virtual Logic Pty Ltd, <http://www.vl.com.au> 21-25 King St, Rockdale, 2216 Ph: +612-9599-3255 Fax: +612-9599-3266
Reply by fl November 3, 20082008-11-03
On Nov 3, 4:29=A0pm, Allard <All...@unknownposter.com> wrote:
> You dont have make installed. > > But i see Windows and Linux lines in your question. This riddles me... > > On 2008-11-03 22:00:03 +0100, fl <rxjw...@gmail.com> said: > > > > > > > Hi, > > I want to learn Nios with its examples: hello. Although the > > environment is correct, see below: > > > SOPC_KIT_NIOS2=3DC:\altera\72\quartus\nios2eds > > > I have check it both on control panel and cmd window. > > > The following error message apperes. I can see both app_rules.mk and > > gnu_rules.mk exist at the build directory. What is wrong with that? > > Thanks in advance. > > > -----------------------------------------------------------------------=
----=AD------------------
> **** > > > Build of configuration Debug for project hello_world_2 **** > > > make -s all includes > > make: /bin/sh.exe: Command not found > > make: /bin/sh.exe: Command not found > > make: /bin/sh.exe: Command not found > > make: /bin/sh.exe: Command not found > > make: /bin/sh.exe: Command not found > > C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk: > > 153: /components/altera_hal/build/gnu_rules.mk: No such file or > > directory > > C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk: > > 157: /components/altera_hal/build/gtf_rules.mk: No such file or > > directory > > make: *** No rule to make target `/components/altera_hal/build/ > > gtf_rules.mk'. =A0Stop. > > Build completed in 2.637 seconds- Hide quoted text - > > - Show quoted text -
At the command line, the system (Vista) do not recognize "make" input. Where does "make" come from? Vista? Or, it comes with Quartus? Thanks
Reply by Allard November 3, 20082008-11-03
You dont have make installed.

But i see Windows and Linux lines in your question. This riddles me...



On 2008-11-03 22:00:03 +0100, fl <rxjwg98@gmail.com> said:

> Hi, > I want to learn Nios with its examples: hello. Although the > environment is correct, see below: > > SOPC_KIT_NIOS2=C:\altera\72\quartus\nios2eds > > I have check it both on control panel and cmd window. > > The following error message apperes. I can see both app_rules.mk and > gnu_rules.mk exist at the build directory. What is wrong with that? > Thanks in advance. > > > > ---------------------------------------------------------------------------------------------
****
> > Build of configuration Debug for project hello_world_2 **** > > make -s all includes > make: /bin/sh.exe: Command not found > make: /bin/sh.exe: Command not found > make: /bin/sh.exe: Command not found > make: /bin/sh.exe: Command not found > make: /bin/sh.exe: Command not found > C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk: > 153: /components/altera_hal/build/gnu_rules.mk: No such file or > directory > C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk: > 157: /components/altera_hal/build/gtf_rules.mk: No such file or > directory > make: *** No rule to make target `/components/altera_hal/build/ > gtf_rules.mk'. Stop. > Build completed in 2.637 seconds
Reply by fl November 3, 20082008-11-03
Hi,
I want to learn Nios with its examples: hello. Although the
environment is correct, see below:

SOPC_KIT_NIOS2=C:\altera\72\quartus\nios2eds

I have check it both on control panel and cmd window.

The following error message apperes. I can see both app_rules.mk and
gnu_rules.mk exist at the build directory. What is wrong with that?
Thanks in advance.



---------------------------------------------------------------------------------------------
**** Build of configuration Debug for project hello_world_2 ****

make -s all includes
make: /bin/sh.exe: Command not found
make: /bin/sh.exe: Command not found
make: /bin/sh.exe: Command not found
make: /bin/sh.exe: Command not found
make: /bin/sh.exe: Command not found
C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk:
153: /components/altera_hal/build/gnu_rules.mk: No such file or
directory
C:/altera/72/quartus/nios2eds/components/altera_hal/build/app_rules.mk:
157: /components/altera_hal/build/gtf_rules.mk: No such file or
directory
make: *** No rule to make target `/components/altera_hal/build/
gtf_rules.mk'.  Stop.
Build completed in 2.637 seconds