-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
area: X86x86 Architecture (32-bit)x86 Architecture (32-bit)bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug
Description
Any comments on the following? From https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/33725/4/tests
ninja: Entering directory `/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/out-3nd-pass/qemu_x86_64/tests/posix/fs/portability.posix'
[1/86] Preparing syscall dependency handling
[2/86] Generating include/generated/driver-validation.h
[3/86] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h
[4/86] Generating include/generated/syscall_macros.h
[5/86] Generating misc/generated/syscalls_subdirs.trigger
[6/86] Generating misc/generated/syscalls.json
[7/86] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[8/86] Building C object zephyr/CMakeFiles/offsets.dir/arch/x86_64/core/offsets/offsets.c.obj
[9/86] Generating include/generated/offsets.h
[10/86] Building C object CMakeFiles/app.dir/src/main.c.obj
FAILED: ccache /usr/bin/gcc -DBUILD_VERSION=zephyr-v1.13.0-4395-g17d5b48d02 -DKERNEL -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__ZEPHYR__=1 -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/kernel/include -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/arch/x86_64/include -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/drivers -Izephyr/include/generated -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/soc/x86_64/x86_64 -I/opt/sdk/zephyr-sdk-0.9.5/sysroots/x86_64-zephyr-elf/usr/include -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/include -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/ztest/include -I/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/ext/fs/fat/include -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -Os -g -Wall -Wformat -Wformat-security -Wno-format-zero-length -imacros /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/out-3nd-pass/qemu_x86_64/tests/posix/fs/portability.posix/zephyr/include/generated/autoconf.h -ffreestanding -Wno-main -fno-common --sysroot /opt/sdk/zephyr-sdk-0.9.5/sysroots/x86_64-zephyr-elf/usr -Werror -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -Wno-pointer-sign -Wno-unused-but-set-variable -fno-reorder-functions -fno-defer-pop -Werror=implicit-int -Wpointer-arith -ffunction-sections -fdata-sections -mno-sse -mno-red-zone -mx32 -std=c99 -MD -MT CMakeFiles/app.dir/src/main.c.obj -MF CMakeFiles/app.dir/src/main.c.obj.d -o CMakeFiles/app.dir/src/main.c.obj -c /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/posix/fs/src/main.c
In file included from /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:7:0,
from /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:34,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/kernel_includes.h:18,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/kernel.h:17,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/zephyr.h:18,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/ztest/include/ztest.h:49,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/posix/fs/src/test_fs.h:7,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/posix/fs/src/main.c:7:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:168:61: error: no include path in which to search for limits.h
#include_next <limits.h> /* recurse down to the real one */
^
In file included from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/misc/__assert.h:83:0,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/kernel_includes.h:22,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/kernel.h:17,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/zephyr.h:18,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/ztest/include/ztest.h:49,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/posix/fs/src/test_fs.h:7,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/tests/posix/fs/src/main.c:7:
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/misc/printk.h:14:22: fatal error: inttypes.h: No such file or directory
#include <inttypes.h>
^
compilation terminated.
ninja: build stopped: subcommand failed.
Metadata
Metadata
Assignees
Labels
area: X86x86 Architecture (32-bit)x86 Architecture (32-bit)bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug