2021-04-28 14:01:21 +08:00
2021-04-20 15:02:10 +08:00
2021-04-20 15:02:10 +08:00
2021-04-20 15:02:10 +08:00
2021-04-20 15:02:10 +08:00
2021-04-20 15:02:10 +08:00
2021-04-20 15:02:10 +08:00
2021-04-20 15:02:10 +08:00
2021-04-28 12:01:58 +08:00
2021-04-20 15:02:10 +08:00

kconfig-frontends

Kconfig tool for XiUOS

The development environment: Ubuntu18.04

First install the dependency packages

$ sudo apt update
$ sudo apt install git
$ sudo apt install build-essential pkg-config
$ sudo apt install gcc make libncurses5-dev openssl libssl-dev bison flex libelf-dev autoconf libtool gperf libc6-dev

Make and install

$ cd kconfig-frontends
$ ./xs_build.sh

If this step doesn't work correctly, use

$ sudo ./xs_build.sh
Description
No description provided
Readme 115 KiB
Languages
C 78.5%
M4 5.8%
Yacc 5.3%
Shell 4.3%
Makefile 2.6%
Other 3.5%