mcf5225x_vectors.s not found (ColdFire/CW 10.2)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mcf5225x_vectors.s not found (ColdFire/CW 10.2)

Jump to solution
540 Views
MangoBot
Contributor III

hello ,

 

we're porting a FSLBOT sample project to CW10.2 from CW7.2 where the project compiles and runs smoothly,

and getting into a problem with lcf file where linker said "mcf5225x_vectors.s" not found.


the lcf has following codes :

 

   SECTIONS

   {

      ...

      .vectorflash :

      {

         mcf5225x_vectors.s (.text)

      } > vectorflash

      ...

 

the problem seems not resolved after trying to add file path of mcf5225x_vectors.s to "Library Search Path" of "ColdFire Linker/Input" settings.

 

kind advices appreciated.

 

--

mg

Labels (1)
Tags (2)
0 Kudos
Reply
1 Solution
380 Views
tom_thompson
Contributor III

Have you tried looking at this forum thread?

---Tom

View solution in original post

0 Kudos
Reply
2 Replies
380 Views
MangoBot
Contributor III

hello tom ,

we need to add mcf5225x_vectors.s to CW project window like a source file, and it seems to work now.


thanks.


--

mg



0 Kudos
Reply
381 Views
tom_thompson
Contributor III

Have you tried looking at this forum thread?

---Tom

0 Kudos
Reply