Re: 回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Carles Cufi
$ cd ~/zephyrproject/zephyr $ source zephyr-env.sh $ west build -b qemu_x86_64 samples/hello_world/ $ cd build/ $ ninja debugserver
and then in another terminal
$ gdb (gdb) target remote localhost:1234 (gdb) dir ~/zephyrproject/zephyr/ (gdb) continue
See https://docs.zephyrproject.org/latest/application/index.html#id1
From: devel@... <devel@...>
On Behalf Of "??? via Lists.Zephyrproject.Org
Sent: 24 January 2020 07:36 To: Boie, Andrew P <andrew.p.boie@...>; devel <devel@...> Cc: devel@... Subject: 回复:[Zephyr-devel] is there any gudeline on how to run SMP mode kernel on X86 architecture?
Thanks
Can it be debuged by GDB? how to with west?
曹子龙 珠海全志科技股份有限公司 BU1-PSW 地址:广东省珠海市高新区唐家湾镇科技2路9号 TEL:13824125580 Email:caozilong@... 网址: http://www.allwinnertech.com
|
|