Getting "No source available for "0x00000000 (0x00000000)() " " in CodeWarrior

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

Getting "No source available for "0x00000000 (0x00000000)() " " in CodeWarrior

Jump to solution
1,670 Views
jeysurier
Contributor I

I am using CodeWarrior 10.0.7 in Windows7 system. I started the new project from CodeWarrior Baseboard Project Wizzard and connecting a TWR-LS1021A to the CodeWarrior TAP via USB. When I tried to debug, it connects, but no source code shows up? I used to see the main() and be able to step thru the code, but now, I don't see any source code, instead getting this error message:

"No source available for "0x00000000 (0x00000000)() ""

Any idea, what is missing?

 

Thanks

Jey

 

88337_88337.pngpastedImage_2.png

Labels (1)
0 Kudos
1 Solution
939 Views
lunminliang
NXP Employee
NXP Employee

Hi Jey Surier,

See the difference between attach, connect and download:

https://community.freescale.com/thread/331574#470672

Regards

Lunmin

View solution in original post

0 Kudos
2 Replies
940 Views
lunminliang
NXP Employee
NXP Employee

Hi Jey Surier,

See the difference between attach, connect and download:

https://community.freescale.com/thread/331574#470672

Regards

Lunmin

0 Kudos
939 Views
addiyi
NXP Employee
NXP Employee

Hi Jey,

From what I see in your image, you have used Connect launch, Connect will run init file, will reset the board, but will not download code into the board. For doing debug to bareboard project you have to use Download launch.

Adrian

0 Kudos