Skip to content

Build error with qemu_x86_64 #19066

@jukkar

Description

@jukkar

Describe the bug
The compilation of websocket sample application in #19025 gives this build error:

In file included from .../zephyr/subsys/net/l2/ethernet/ethernet.c:16:
.../zephyr/include/net/gptp.h: In function 'gptp_pow2':
.../zephyr/include/net/gptp.h:72:1: error: SSE register return with SSE disabled
 {
 ^
make[3]: *** [zephyr/subsys/net/l2/ethernet/CMakeFiles/subsys__net__l2__ethernet.dir/build.make:63: zephyr/subsys/net/l2/ethernet/CMak

To Reproduce

  1. Fetch Simple Websocket & HTTP client API support #19025
  2. Remove blacklisting of qemu_x86_64 from samples/net/sockets/websocket_client/sample.yaml
  3. sanitycheck -t websocket -p qemu_x86_64

Expected behavior
No error

Impact
Test fails. I will blacklist this board temporarily in order to proceed.

Metadata

Metadata

Assignees

Labels

area: QEMUQEMU Emulationarea: SamplesSamplesarea: X86_64x86-64 Architecture (64-bit)bugThe issue is a bug, or the PR is fixing a bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions