i'm using eclipse software for open source programming and working with at91sam7ex256..
i overcome difficulties on compiling the program to be burn on the board since it's stated
that "no rule to make target all"
i've tried a few solution on the net but still din't solve my problem..
anyone can gimme a hand
------------------------------------

(You need to be a member of AT91SAM -- send a blank email to AT91SAM-subscribe@yahoogroups.com )
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
nixxterlid wrote:
> i'm using eclipse software for open source programming and working with
at91sam7ex256..
> i overcome difficulties on compiling the program to be burn on the board since it's
stated that "no rule to make target all"
>
> i've tried a few solution on the net but still din't solve my problem..
>
Open a command line, change your directory to the path of your
project, change your directory to the folder where Makefile resides
in your project, then type:
make all
If this works out, then check your make target in Eclipse's build
pane. Check if it is under the correct folder. Otherwise there are
problems with your Makefile, or project, or installation.
Regards,
Caglar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkn1WtUACgkQ/nL+S5dojeiiSQCfdZ8f2qMLlzdwf+cOG/QyihuF
yBQAoJolAKWBaWQ2uwLkFwVC0/2mL9UD
=/n+u
-----END PGP SIGNATURE-----
------------------------------------

(You need to be a member of AT91SAM -- send a blank email to AT91SAM-subscribe@yahoogroups.com )