Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | AVRStudio 4 and GCCAVR

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

AVRStudio 4 and GCCAVR - Joe - 11:07 02-03-05

Does anyone have a link to information on how to integrate AVRStudio 4 and
GCCAVR?

I've found links on avrfreaks about AVRStudio3 and GCC, but none on
AVRStudio4.

I think it would help if I could find how to specify the Tools arguments in
AVRStudio 4.

Thanks.






Re: AVRStudio 4 and GCCAVR - Ulf Samuelsson - 13:44 02-03-05

Joe wrote:
> Does anyone have a link to information on how to integrate AVRStudio
> 4 and GCCAVR?
>
> I've found links on avrfreaks about AVRStudio3 and GCC, but none on
> AVRStudio4.
>
> I think it would help if I could find how to specify the Tools
> arguments in AVRStudio 4.
>
> Thanks.
Make sure your resulting AVR executable has the extension "obj"
and it should be possible to load.

-- 
Best Regards,
Ulf Samuelsson
u...@a-t-m-e-l.com
This message is intended to be my own personal view and it
may or may not be shared by my employer Atmel Nordic AB



Re: AVRStudio 4 and GCCAVR - Joe - 14:50 02-03-05

I would like to be able to build the project (c source) from within
AVRStudio 4 (the way I can from AVRStudio 3) and, if possible, to debug it
(I assume that's what loading the executable obj will give me?).

Note: I've inherited an incomplete project from someone else and have only
used IAR Embedded Workbench previously.

thanks.


"Ulf Samuelsson" <u...@a-t-m-e-l.com> wrote in message
news:3...@individual.net...
> Joe wrote:
> > Does anyone have a link to information on how to integrate AVRStudio
> > 4 and GCCAVR?
> >
> > I've found links on avrfreaks about AVRStudio3 and GCC, but none on
> > AVRStudio4.
> >
> > I think it would help if I could find how to specify the Tools
> > arguments in AVRStudio 4.
> >
> > Thanks.
> Make sure your resulting AVR executable has the extension "obj"
> and it should be possible to load.
>
> --
> Best Regards,
> Ulf Samuelsson
> u...@a-t-m-e-l.com
> This message is intended to be my own personal view and it
> may or may not be shared by my employer Atmel Nordic AB
>
>



Re: AVRStudio 4 and GCCAVR - Ulf Samuelsson - 14:58 02-03-05

Joe wrote:
> I would like to be able to build the project (c source) from within
> AVRStudio 4 (the way I can from AVRStudio 3) and, if possible, to
> debug it (I assume that's what loading the executable obj will give
> me?).
>
There is no C project management in AVR Studio today.
It might come one day,
but it is, as always, unsure when one day will come.

Why not run "make" from the tools menu...


> Note: I've inherited an incomplete project from someone else and have
> only used IAR Embedded Workbench previously.

You have a project manager within the "Programmer Notepad" in WINAVR.
 Have to change the makefile to generate the *.obj instead of *.o.

>
> thanks.
>
>> --
>> Best Regards,
>> Ulf Samuelsson
>> u...@a-t-m-e-l.com
>> This message is intended to be my own personal view and it
>> may or may not be shared by my employer Atmel Nordic AB

-- 
Best Regards,
Ulf Samuelsson
u...@a-t-m-e-l.com
This message is intended to be my own personal view and it
may or may not be shared by my employer Atmel Nordic AB