<div dir="ltr"><div><div>Hi All,<br><br></div><div>For raspberry pi bsp, the RKI image using <a href="https://github.com/alanc98/rki">https://github.com/alanc98/rki</a> is successfully build by modifying the Makefile as per the instructions given in the same . <br><br></div><div>However when I try the same for raspberry pi 2 bsp, the build fails with the following error : <br><br></div>------------------------------------------------------------------------------------------------------------------------------------------<br>mudit@mudit-HP-Pavilion-g6-Notebook-PC:~/Desktop/sandbox/rki$ make ARCH=arm-rtems4.12 BSP=raspberrypi2 RTEMS_TOOL_BASE=/home/mudit/Desktop/sandbox/rtems-4.12 RTEMS_BSP_BASE=/home/mudit/Desktop/sandbox/rtems-4.12<br>arm-rtems4.12-gcc  -Wa,-a=legacy-build/arm-rtems4.12-raspberrypi2/init.lis -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a7 -D__ARM__   --pipe -B/home/mudit/Desktop/sandbox/rtems-4.12/arm-rtems4.12/raspberrypi2/lib -specs bsp_specs -qrtems -Wall -I. -Iinclude/  -I. -g -O2  -c -o legacy-build/arm-rtems4.12-raspberrypi2/init.o init.c<br>init.c:23:24: fatal error: netinet/in.h: No such file or directory<br> #include <netinet/in.h><br>                        ^<br>compilation terminated.<br>make: *** [init.o] Error 1<br>-----------------------------------------------------------------------------------------------------------------------------------------------<br><br></div>I have build RTEMS for Raspberry PI 2 with the following parameters : <br>$sandbox/rtems/configure --target=arm-rtems4.12 --prefix="$sandbox/<br>rtems-4.12" --enable-networking --enable-rtemsbsp=raspberrypi2<br><div><br></div><div>The build is successful, however when I try building the rki it gives out the above error. <br><br>Can anyone help me with this issue. <br></div><div><br></div><div>Thanks<br><br></div></div>