I followed this guide to start development. I am getting below error while cross compiling for BBB:
"
~/ti/ti154stack_linux_x64_4_10_00_06/components/common ~/ti/ti154stack_linux_x64_4_10_00_06
make -f Makefile ARCH=bbb 
make[1]: Entering directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/components/common'
Compling: linux/linux_specific.c
linux/linux_specific.c:20:10: fatal error: stdio.h: No such file or directory
 #include <stdio.h>
          ^~~~~~~~~
compilation terminated.
make[1]: *** [../../scripts/front_matter.mak:254: objs/bbb/linux_specific.o] Error 1
make[1]: Leaving directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/components/common'
make: *** [../../scripts/front_matter.mak:222: bbb] Error 2
~/ti/ti154stack_linux_x64_4_10_00_06
~/ti/ti154stack_linux_x64_4_10_00_06/components/nv ~/ti/ti154stack_linux_x64_4_10_00_06
make -f Makefile ARCH=bbb 
make[1]: Entering directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/components/nv'
Compling: linux/crc.c
In file included from linux/crc.c:16:
inc/crc.h:43:10: fatal error: stdlib.h: No such file or directory
 #include <stdlib.h>
          ^~~~~~~~~~
compilation terminated.
make[1]: *** [../../scripts/front_matter.mak:254: objs/bbb/crc.o] Error 1
make[1]: Leaving directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/components/nv'
make: *** [../../scripts/front_matter.mak:222: bbb] Error 2
~/ti/ti154stack_linux_x64_4_10_00_06
~/ti/ti154stack_linux_x64_4_10_00_06/components/api ~/ti/ti154stack_linux_x64_4_10_00_06
make -f Makefile ARCH=bbb 
make[1]: Entering directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/components/api'
Compling: src/mt_msg_ini.c
In file included from inc/mt_msg.h:68,
                 from src/mt_msg_ini.c:21:
/home/rushabh/ti/ti_processor_sdk_linux_am335x_evm_06_03_00_106/linux-devkit/sysroots/x86_64-arago-linux/usr/lib/gcc/arm-linux-gnueabihf/8.3.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
 # include_next <stdint.h>
                ^~~~~~~~~~
compilation terminated.
make[1]: *** [../../scripts/front_matter.mak:260: objs/bbb/mt_msg_ini.o] Error 1
make[1]: Leaving directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/components/api'
make: *** [../../scripts/front_matter.mak:222: bbb] Error 2
~/ti/ti154stack_linux_x64_4_10_00_06
~/ti/ti154stack_linux_x64_4_10_00_06/example/npi_server2 ~/ti/ti154stack_linux_x64_4_10_00_06
make -f Makefile ARCH=bbb 
make[1]: Entering directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/example/npi_server2'
Compling: linux_main.c
In file included from npi_server2.h:16,
                 from linux_main.c:17:
../../components/common/inc/stream.h:36:10: fatal error: stdio.h: No such file or directory
 #include <stdio.h>
          ^~~~~~~~~
compilation terminated.
make[1]: *** [../../scripts/front_matter.mak:249: objs/bbb/linux_main.o] Error 1
make[1]: Leaving directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/example/npi_server2'
make: *** [../../scripts/front_matter.mak:222: bbb] Error 2
~/ti/ti154stack_linux_x64_4_10_00_06
~/ti/ti154stack_linux_x64_4_10_00_06/example/collector ~/ti/ti154stack_linux_x64_4_10_00_06
make -f Makefile ARCH=bbb 
make[1]: Entering directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/example/collector'
Compling: linux_main.c
In file included from csf.h:24,
                 from appsrv.h:27,
                 from linux_main.c:17:
/home/rushabh/ti/ti_processor_sdk_linux_am335x_evm_06_03_00_106/linux-devkit/sysroots/x86_64-arago-linux/usr/lib/gcc/arm-linux-gnueabihf/8.3.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
 # include_next <stdint.h>
                ^~~~~~~~~~
compilation terminated.
make[1]: *** [../../scripts/front_matter.mak:249: objs/bbb/linux_main.o] Error 1
make[1]: Leaving directory '/home/rushabh/ti/ti154stack_linux_x64_4_10_00_06/example/collector'
make: *** [../../scripts/front_matter.mak:222: bbb] Error 2
~/ti/ti154stack_linux_x64_4_10_00_06
~/ti/ti154stack_linux_x64_4_10_00_06/example/cc13xx-sbl/app/linux ~/ti/ti154stack_linux_x64_4_10_00_06
/home/rushabh/ti/ti_processor_sdk_linux_am335x_evm_06_03_00_106/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -c -Wall -g -std=gnu99 -I../../cc13xxdnld -I../../platform/linux   main.c  -o objs/bbb/main.o
main.c:18:10: fatal error: stdio.h: No such file or directory
 #include <stdio.h>
          ^~~~~~~~~
compilation terminated.
make: *** [Makefile:109: objs/bbb/main.o] Error 1
~/ti/ti154stack_linux_x64_4_10_00_06
"
Appreciate help to resolve this
 
				 
		 
					 
                          