Only able to see the assembly code, while developing a module library

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

Only able to see the assembly code, while developing a module library

1,447件の閲覧回数
prvermas
Contributor I

Hi,

I am trying to integrate a module library, to a project, that uses MQX 3.6 running on MCF52259 .

I have successfully compiled & linked this library with my project, but I am able to browse through only the assembly & not C code while debugging.

I would appreciate if some one can point out the crucial step skipped, which I am unable to point out. Thanks in advance

-Pradeep

0 件の賞賛
返信
3 返答(返信)

1,310件の閲覧回数
miduo
NXP Employee
NXP Employee

Hi,

First I am not quite understand why you still using the MQX3.6, that make me assme that you used the CW7.X version. If I am right?  Back to the issue, please first make sure that the compile settings of your libraries is correct. Just set the green bugs on in the RTCS libs (in the project panel) so that everything is built together (If the library object contains debug symbols it must be selectable).


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
0 件の賞賛
返信

1,310件の閲覧回数
prvermas
Contributor I

Sorry for replying a bit late on this, as I had work around for the problem, I did not login to my forum account.

Yes you are right, I am using CW7.2 & reason for using the same is purely commercial, We have a large customer base that is using the old version

-Pradeep

0 件の賞賛
返信

1,310件の閲覧回数
TomE
Specialist II

Have you searched these forums to see if you can find this being asked previously?

You should probably search in the CW or MQX forums, and post there if you can't find anything. Yours is more a CW problem rather than anything specific to the Coldfire.

I think you need to tell CW where the sources are for that library. Maybe you missed building it with debugs included.

Is there anything in this post that might be relevant?

https://community.nxp.com/message/99210

Tom

0 件の賞賛
返信