Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

Errorwhile building Application Project

While Building Application Project I am using the hello.c file in

/apps/samples/hello folder

Makefile and the hello.c are added in the same project folder after Create Make Targret I am trying to Build Projectit gives error :

make -k all

Makefile:15: ../Rules.mak: No such file or directory

make: *** No rule to make target `../Rules.mak'.

make: Failed to remake makefile `../Rules.mak'.

make: *** No rule to make target `hello.exe', needed by `all'.

make: *** No rule to make target `hello.gdb', needed by `all'.

make: Target `all' not remade because of errors.

Whats the reason?

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by helmchen@Oct 26 2005, 05:42 PM

    change in your makefile topdir = .. into topdir = ./

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10588)

    --- quote end ---

    --- Quote End ---

    Thanks it worked

    One more help please

    How to run this application on the (linux project) .sof downloaded on FPGA.

    After doing run it gives Verifying failed

    Target processor paused

    Thanks and Regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    try to upload the file with ftp for example or add hello.exe to filesystem and upload the filesystem.

    But uploading with ftp is the way to do.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by helmchen@Oct 26 2005, 06:05 PM

    try to upload the file with ftp for example or add hello.exe to filesystem and upload the filesystem.

    but uploading with ftp is the way to do.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10591)

    --- quote end ---

    --- Quote End ---

    I am completely new to all this can you suggest some doc or give the steps

    Thanks and Regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by helmchen@Oct 26 2005, 02:12 PM

    change in your makefile topdir = .. into topdir = ./

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10588)

    --- quote end ---

    --- Quote End ---

    Hi,

    I&#39;m experiencing a likely error when trying to build my µClinux application (although it build with no error as a C/C++ application)

    make: *** No rule to make target `display.c&#39;, needed by `display.o&#39;.

    And so for each source file in the project directory.

    I&#39;ll be grateful if you can help me with that.

    Warm Regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by helmchen@Oct 26 2005, 02:35 PM

    try to upload the file with ftp for example or add hello.exe to filesystem and upload the filesystem.

    but uploading with ftp is the way to do.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10591)

    --- quote end ---

    --- Quote End ---

    Hi,

    can we really upload the file to the bin directory? Since the filesystem is read only

    Warm Regards