Adding GDB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,210件の閲覧回数
bladerunner1010
Contributor III

I get 'gdb not found' error on target.

 

0 件の賞賛
返信
1 解決策
3,203件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

For the difference between buildroot tiny and buildroot devel, please diff the file configs/buildroot/arm64_tiny_defconfig and configs/buildroot/arm64_devel_defconfig.

To enable gdb in buildroot:tiny rootfs, please execute the following commands.

$ flex-builder -m ls1043ardb -i clean-rfs -r buildroot:tiny

$ flex-builder -m ls1043ardb -i mkrfs -r buildroot:tiny:custom

Then select "gdb "in Target packages--> Debugging,profiling and benchmark --> gdb, select "full debugger"

Then execute the following command.

$ flex-builder -m ls1043ardb -i mkrfs -r buildroot:tiny

元の投稿で解決策を見る

1 返信
3,204件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

For the difference between buildroot tiny and buildroot devel, please diff the file configs/buildroot/arm64_tiny_defconfig and configs/buildroot/arm64_devel_defconfig.

To enable gdb in buildroot:tiny rootfs, please execute the following commands.

$ flex-builder -m ls1043ardb -i clean-rfs -r buildroot:tiny

$ flex-builder -m ls1043ardb -i mkrfs -r buildroot:tiny:custom

Then select "gdb "in Target packages--> Debugging,profiling and benchmark --> gdb, select "full debugger"

Then execute the following command.

$ flex-builder -m ls1043ardb -i mkrfs -r buildroot:tiny