some problems when using the codewarrior 10.7 to generate library

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

some problems when using the codewarrior 10.7 to generate library

1,360件の閲覧回数
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 件の賞賛
返信
3 返答(返信)

1,263件の閲覧回数
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 件の賞賛
返信

1,263件の閲覧回数
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 件の賞賛
返信

1,263件の閲覧回数
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 件の賞賛
返信