toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

C/C++ toolchain for MiniOS

Results 2 toolchain issues
Sort by recently updated
recently updated
newest added

Hi I want to compile clickos. I do this with the following command and environment variables: ./configure --enable-minios --with-xen=$XEN_ROOT make minios export MINIOS_ROOT=`pwd`/mini-os export XEN_ROOT=/root/xen/ export NEWLIB_ROOT=`pwd`/toolchain/x86_64-root/x86_64-xen-elf export LWIP_ROOT=`pwd`/toolchain/x86_64-root/x86_64-xen-elf and...

After having built the toolchain, i tried to build the daytime app from [mini-apps](https://github.com/sysml/mini-apps) noxs branch. Building the daytime app was unsuccessful, with errors referring to lwip headers: ``` [...]...