Port Cbor library for Beaglebone works with Xinu

I have a xinu running black creeping line and a development environment configured in a virtual machine running on a virtual box. So far, I have managed to write the Hello world shell command in Xinu. Therefore, I have a basic idea about blue and beagle bones. I want to port the Cbor and COAP libraries to BBB. Am I just copying .c and .h files to the include and make and make install folder? or is there a better / harder way to do this?

+6
source share
1 answer

The version of Xinu that I am using does not have a file system. Thus, the way to do this is to statically link the cbor library to the code.

0
source

Source: https://habr.com/ru/post/1015075/


All Articles