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

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

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

740 Views
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 Kudos
3 Replies

603 Views
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 Kudos

603 Views
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 Kudos

603 Views
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 Kudos