Sign in

username:

password:



Not a member?

Search AT91SAM



Search tips

Subscribe to AT91SAM



Ads

Discussion Groups

See Also

DSPFPGAElectronics

Advertise Here

For users of the Atmel AT91SAM7 and AT91SAM9 ARM CPU chips. Atmel has taken a new direction by combining on chip flash and ram with the ARM CPU on a single die. This provides low cost devices for small systems using the ARM CPU. This group is to exchange information to help users get started and learn how to use the devices.

makefile - nixxterlid - Apr 27 2:57:14 2009

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 )


Re: makefile - Yusuf Caglar AKYUZ - Apr 27 3:09:14 2009

-----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 )