Re: Problem with echo_server / echo_client samples running in QEMU (No rule to make target 'qemu' ?)
Nashif, Anas
Try this fix:
https://github.com/zephyrproject-rtos/zephyr/pull/4158
From: zephyr-users-bounces@... [mailto:zephyr-users-bounces@...]
On Behalf Of Priyanka Rawat
Sent: Tuesday, October 3, 2017 9:03 AM To: zephyr-users@... Subject: [Zephyr-users] Problem with echo_server / echo_client samples running in QEMU (No rule to make target 'qemu' ?)
Hello
While testing with recent zephyr (master branch), echo_server and echo_client samples running in QEMU fail.
Both "make server" and "make client" fail for QEMU with error No rule to make target 'qemu'.
I did "git pull" today, after that I get the error "No rule to make target 'qemu'. Whereas with 3 weeks older master branch, this error was not there, but even earlier the sample "echo-client" failed to compile with errors such as "undefined reference to net_app_send_pkt" as shown below.
I want to test IPv6 over 802.15.4 so I test the sample application zephyr/samples/net/ieee802154/qemu
Here are the steps to show my test set up:
Terminal 1 echo_server ----------------------------------- I modified makefile to do "make server" else I also tried "make BOARD=qemu_x86 CONF_FILE=prj_qemu_802154.conf server"
zephyr/samples/net/echo_server$ make server or zephyr/samples/net/echo_server$ make CONF_FILE=prj_qemu_802154.conf server
Terminal 2 echo_client -------------------------------- Moreover, echo_client fails to compile with following errors
zephyr/samples/net/echo_client$ make CONF_FILE=prj_qemu_802154.conf
In function `prepare_send_pkt': /zephyr/samples/net/echo_client/src/echo-client.c:111: undefined reference to `net_app_get_net_pkt'
zephyr/samples/net/echo_client$ make CONF_FILE=prj_qemu_802154.conf client
make[1]: Entering directory 'Downloads/zephyr-LTI/zephyr' Best, Priyanka
|
|