Atmel AVR Microcontroller discussion group.
[AVR club] Error: Object file not found on expected location - josh...@gmail.com - Apr 30 8:29:43 2008
hello ,
i was trying to rebuild a project which was written by somebody else in a linux system. i
just copied all the c- files and header files and trying to build the project in my system
which is windows , surprisingly its giving error like this below . i do not have any clue
what is happeing ??
Loaded plugin STK500
Loaded plugin AVR GCC
Loaded partfile: C:\Program Files\Atmel\AVR Tools\PartDescriptionFiles\ATmega168.xml
gcc plug-in: Output directory F:\kiruna\ETAG\testingEtag\default\ does not exist
gcc plug-in: Created directory F:\ kiruna\ETAG\testingEtag\default\
gcc plug-in: Error: Object file not found on expected location
F:\kiruna\ETAG\testingEtag\default\testingEtag.elf
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )
[AVR club] Re: Error: Object file not found on expected location - nandinikrishna_n - May 1 8:06:11 2008
--- In a...@yahoogroups.com, joshymjose@... wrote:
>
> hello ,
> i was trying to rebuild a project which was written by somebody
else in a linux system. i just copied all the c- files and header
files and trying to build the project in my system which is
windows , surprisingly its giving error like this below . i do not
have any clue what is happeing ??
> Loaded plugin STK500
> Loaded plugin AVR GCC
> Loaded partfile: C:\Program Files\Atmel\AVR
Tools\PartDescriptionFiles\ATmega168.xml
> gcc plug-in: Output directory F:\kiruna\ETAG\testingEtag\default\
does not exist
> gcc plug-in: Created directory F:\ kiruna\ETAG\testingEtag\default\
> gcc plug-in: Error: Object file not found on expected location
F:\kiruna\ETAG\testingEtag\default\testingEtag.elf
>
If your are getting same message as below then this is not related
to operating system. Just set the directory address proprely where
you have saved your project.
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )
Re: [AVR club] Error: Object file not found on expected location - Kurian Polachan - May 1 8:06:37 2008
try to build it in linux.......Dont depend on windows if you want to work
with the embedded linux.....
2008/4/29
:
> hello ,
> i was trying to rebuild a project which was written by somebody else in a
> linux system. i just copied all the c- files and header files and trying to
> build the project in my system which is windows , surprisingly its giving
> error like this below . i do not have any clue what is happeing ??
>
> Loaded plugin STK500
> Loaded plugin AVR GCC
> Loaded partfile: C:\Program Files\Atmel\AVR
> Tools\PartDescriptionFiles\ATmega168.xml
> gcc plug-in: Output directory F:\kiruna\ETAG\testingEtag\default\ does not
> exist
> gcc plug-in: Created directory F:\ kiruna\ETAG\testingEtag\default\
> gcc plug-in: Error: Object file not found on expected location
> F:\kiruna\ETAG\testingEtag\default\testingEtag.elf
>
>
>
--
Kurian Polachan
Electronics and Communication Engineering (E8B)
Govt. Model Engineering College
Cochin
mob: +919447045943
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: Re: [AVR club] Error: Object file not found on expected location - raj - May 2 9:31:52 2008
=A0
Dear Frnd,
send me the file , i will try and give feedback,so send me.I ha=
ve stk 500 and isp programmer, i will try it.
Hikurian polachan, I am waiting for your answer regarding c files for perip=
herals use.OK
Thanks and thank you,
kundan
On Thu, 01 May 2008 Kurian Polachan wrote :
>try to build it in linux.......Dont depend on windows if you want to work
>with the embedded linux.....
>2008/4/29
:
>
> > hello ,
> > i was trying to rebuild a project which was written by somebody else in=
a
> > linux system. i just copied all the c- files and header files and tryin=
g to
> > build the project in my system which is windows , surprisingly its givi=
ng
> > error like this below . i do not have any clue what is happeing ??
> >
> > Loaded plugin STK500
> > Loaded plugin AVR GCC
> > Loaded partfile: C:\Program Files\Atmel\AVR
> > Tools\PartDescriptionFiles\ATmega168.xml
> > gcc plug-in: Output directory F:\kiruna\ETAG\testingEtag\default\ does =
not
> > exist
> > gcc plug-in: Created directory F:\ kiruna\ETAG\testingEtag\default\
> > gcc plug-in: Error: Object file not found on expected location
> > F:\kiruna\ETAG\testingEtag\default\testingEtag.elf
> >
> >
> >--
>Kurian Polachan
>Electronics and Communication Engineering (E8B)
>Govt. Model Engineering College
>Cochin
>mob: +919447045943
>[Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )RE: [AVR club] Error: Object file not found on expected location - sarad shrestha - May 2 13:55:09 2008
dear friend .there may following things
1.make sure that there is correct header files. most of downloaded files, =
there may be missing header files.
2. make sure that there is no another such files named so.for eg ,there may=
be two main c-files named similar in the same location.
3.finally , if above two is o.k. then most possible caseis:
there may be two functions named similar. one function in main source fil=
es and another in the linked files.
for example, there is the main source file and one linked file such as for=
LCD display . there is fxn named DELAY() and if it exists in both files ,=
the problem may arise.
4. if all things mentioned above is correct ,then u can reinstall ur compli=
er.
thanks.
=20
To: a...@yahoogroups.comFrom: p...@rediffmail.comDate: Fri, 2 May 2008 =
05:05:51 +0000Subject: Re: Re: [AVR club] Error: Object file not found on e=
xpected location
Dear Frnd,send me the file , i will try and give feedback,so send me.I hav=
e stk 500 and isp programmer, i will try it.Hikurian polachan, I am waiting=
for your answer regarding c files for peripherals use.OKThanks and thank y=
ou,kundanOn Thu, 01 May 2008 Kurian Polachan wrote :>try to build it in lin=
ux.......Dont depend on windows if you want to work>with the embedded linux=
.....>>>2008/4/29
:>> > hello ,> > i was trying to re=
build a project which was written by somebody else in a> > linux system. i =
just copied all the c- files and header files and trying to> > build the pr=
oject in my system which is windows , surprisingly its giving> > error like=
this below . i do not have any clue what is happeing ??> >> > Loaded plugi=
n STK500> > Loaded plugin AVR GCC> > Loaded partfile: C:\Program Files\Atme=
l\AVR> > Tools\PartDescriptionFiles\ATmega168.xml> > gcc plug-in: Output di=
rectory F:\kiruna\ETAG\testingEtag\default\ does not> > exist> > gcc plug-i=
n: Created directory F:\ kiruna\ETAG\testingEtag\default\> > gcc plug-in: E=
rror: Object file not found on expected location> > F:\kiruna\ETAG\testingE=
tag\default\testingEtag.elf> >> >> >>>>>-->Kurian Polachan>Electronics and =
Communication Engineering (E8B)>Govt. Model Engineering College>Cochin>mob:=
+919447045943>>>[Non-text portions of this message have been removed]>[Non=
-text portions of this message have been removed]=20
_________________________________________________________________
Connect to the next generation of MSN Messenger=A0
http://imagine-msn.com/messenger/launch80/default.aspx?locale=3Den-us&sourc=
e=3Dwlmailtagline
[Non-text portions of this message have been removed]
------------------------------------

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