You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gcc-linaro-arm-linux-gnueabihf-raspbian-x64 as the toolchain, the file epoll.h in \arm-linux-gnueabihf\libc\usr\include\arm-linux-gnueabihf\sys does no support EPOLLWAKEUP.
/home/user/projects/workspace/legato/framework/liblegato/linux/fdMonitor.c:57:12: note: #pragma message: EPOLLWAKEUP unsupported. Power management features may fail.
# pragma message "EPOLLWAKEUP unsupported. Power management features may fail."
^
[31/70] Compiling liblegato source file
FAILED: /home/user/projects/workspace/legato/build/raspi/framework/obj/linux/linux/eventLoop.c.o
/home/user/projects/rpi_tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin//arm-linux-gnueabihf-gcc -MMD -MF /home/user/projects/workspace/legato/build/raspi/framework/obj/linux/linux/eventLoop.c.o.d -c /home/user/projects/workspace/legato/framework/liblegato/linux/eventLoop.c -o /home/user/projects/workspace/legato/build/raspi/framework/obj/linux/linux/eventLoop.c.o -DLEGATO_EMBEDDED -Wall -Werror -fPIC -I/home/user/projects/workspace/legato/framework/daemons/linux -g -O2 -fno-omit-frame-pointer -I/home/user/projects/workspace/legato/framework/liblegato/linux -I/home/user/projects/workspace/legato/build/raspi/framework/include -DLE_COMPONENT_NAME=framework -DLE_FILENAME=`basename /home/user/projects/workspace/legato/framework/liblegato/linux/eventLoop.c` -I/home/user/projects/workspace/legato/framework/include -I/home/user/projects/workspace/legato/framework/liblegato
/home/user/projects/workspace/legato/framework/liblegato/linux/eventLoop.c: In function ‘fa_event_CreatePerThreadInfo’:
/home/user/projects/workspace/legato/framework/liblegato/linux/eventLoop.c:163:27: error: ‘EPOLLWAKEUP’ undeclared (first use in this function)
ev.events = EPOLLIN | EPOLLWAKEUP;
^
/home/user/projects/workspace/legato/framework/liblegato/linux/eventLoop.c:163:27: note: each undeclared identifier is reported only once for each function it appears in
[32/70] Compiling liblegato source file
ninja: build stopped: subcommand failed.
make[1]: *** [Makefile.framework:256: liblegato] Error 1
make[1]: Leaving directory '/home/user/projects/workspace/legato'
make: *** [Makefile:536: framework] Error 2```
The text was updated successfully, but these errors were encountered:
udi-hakim
changed the title
Compiling liblegato to Raspi 3
Compiling liblegato for Raspi 3
Nov 25, 2019
When using gcc-linaro-arm-linux-gnueabihf-raspbian-x64 as the toolchain, the file epoll.h in \arm-linux-gnueabihf\libc\usr\include\arm-linux-gnueabihf\sys does no support EPOLLWAKEUP.
The text was updated successfully, but these errors were encountered: