Debugging kernel and u-boot

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

Debugging kernel and u-boot

Jump to solution
1,028 Views
bladerunner1010
Contributor III

how to debug kernel using CW?

0 Kudos
1 Solution
1,020 Views
yipingwang
NXP TechSupport
NXP TechSupport

CodeWarrior only can be used for debugging u-boot and Linux Kernel, it cannot be used to compile u-boot and Linux Kernel image.

So it impossible to develop BSP and Application using only Windows. You have to install Flexbuild SDK on a Linux machine to do development.

View solution in original post

1 Reply
1,021 Views
yipingwang
NXP TechSupport
NXP TechSupport

CodeWarrior only can be used for debugging u-boot and Linux Kernel, it cannot be used to compile u-boot and Linux Kernel image.

So it impossible to develop BSP and Application using only Windows. You have to install Flexbuild SDK on a Linux machine to do development.