some problems when using the codewarrior 10.7 to generate library

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

some problems when using the codewarrior 10.7 to generate library

662 Views
xiang_zhou
Contributor I

hello ,

      I am using codewarrior 10.7 to generate lib file ,but i had a few problems.when i use the lib.

I download the firmware by debug,but a warning appeared

pastedImage_1.png

0 Kudos
3 Replies

565 Views
xiang_zhou
Contributor I

Hi Erich,

   this file is not exist in the location because it is the source file that used to generate  the lib.This error occurred when I called the library.

0 Kudos

565 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello xiang zhou,

Please refer to Erich's blog to create and all lib in CW:

Creating and using Libraries with ARM gcc and Eclipse | MCU on Eclipse   

And please pay attention:

" Very important: the -l option lists the names *without* the ‘lib’ prefix and the ‘.a’ extension. So if the library is libTest.a, then only ‘Test’ has to be specified."

Hope it helps,


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

565 Views
BlackNight
NXP Employee
NXP Employee

Does that file exist in that location?

You might:

a) add that path to the source file to your path settings

b) strip of debug information if you are not interested in acessing the source file/debug information

I hope this helps,

Erich

0 Kudos