[En-Nut-Discussion] XNUT-105 CAN-BUS - AVRStudio project file

Henrik Maier hmlists at focus-sw.com
Mon Jun 19 06:31:06 CEST 2006


basil.thomas at bluewin.ch wrote:
> 
> I am also trying to implement the existing example for the HTTPserver in
> to a AVR Studio project. But there were always some problem reports of not
> finding the .elf file. Why are the examples not alredy implemented in a IDE-file?
> What are the problems of doing so? To me it would make sence, especialy for
> debugging.

AVRStudio has since introduction of the avr-gcc support changed the XML
format of the project files with every new release. This makes it hard
to support these project files on a general basis as very likely they
will not work with the next release.

The first releases even did not support features required by Nut/OS 
build system like ordering the libraries or adding object files 
(nutinit.o). We have been in contact with Atmel about these issues and 
these features are supported now in the current service pack.

Another hindering issue is the fact that AVRStudio relies on absolute
path information for some files. This means
that the installer has to modify all the project files depending where 
you installed Nut/OS.

I will email you a version of a https project file. If you change the 
directory settings to point to your Nut/OS installation it should work.

Best Regards

Henrik
http://www.proconx.com



More information about the En-Nut-Discussion mailing list