PDA

View Full Version : Ajunta for Embedded Linux??



raedbenz
June 4th, 2008, 09:10 PM
Hi,,,
is it possible to use Ajunta for Embedded linux developing (specifically ARM processors)?? if yes how?

thanks

Vadi
June 4th, 2008, 09:23 PM
I don't see why not, it's just a generic IDE.

raedbenz
June 4th, 2008, 09:36 PM
I don't see why not, it's just a generic IDE.
have u ever heard somebody tried that?
Do i have to specify the gcc , binutils etc.. for ARM or how?

Vadi
June 4th, 2008, 09:51 PM
I think you just specify the architecture with the -m flag to gcc

raedbenz
June 4th, 2008, 09:53 PM
I think you just specify the architecture with the -m flag to gcc

where is this -m flag set? is it in the Preferences of Anjuta?
do u know any good tutorial for such procedure?
thanks

Vadi
June 4th, 2008, 11:56 PM
I don't know. Look it up

raedbenz
June 4th, 2008, 11:57 PM
I don't know. Look it up

do u recommend any other IDE to be used for embedded Linux?
thanks

Yes
June 5th, 2008, 12:06 AM
They can all be used, you just need to set the right parameters for gcc. In Geany you would do that by going to Build -> Set Includes and Arguments. It's probably something similar in Anjuta.

raedbenz
June 5th, 2008, 12:08 AM
They can all be used, you just need to set the right parameters for gcc. In Geany you would do that by going to Build -> Set Includes and Arguments. It's probably something similar in Anjuta.

hi
do u recommend to use Geany?
with which embedded platform u have experienced it?

cheers

raedbenz
June 5th, 2008, 12:16 AM
They can all be used, you just need to set the right parameters for gcc. In Geany you would do that by going to Build -> Set Includes and Arguments. It's probably something similar in Anjuta.

HI again i have installed geany and it seems very friendly thanks.
could u just tell me what are exactly the settings in the image below to be used for ARM??

72970
thanks