Build fix for STM32F4-Discovery board with NuttX. (#1489)
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -59,6 +59,20 @@ We must set the following options:
|
||||
* Enable `Library Routines -> Standard Math library`
|
||||
* Enable `Application Configuration -> Interpreters -> JerryScript`
|
||||
|
||||
If you get `kconfig-mconf: not found` error when you run `make menuconfig` you may have to install kconfig-frontends:
|
||||
|
||||
```
|
||||
# assume you are in jerry-nuttx folder
|
||||
sudo apt-get install gperf flex bison libncurses-dev
|
||||
git clone https://github.com/jameswalmsley/kconfig-frontends.git
|
||||
cd kconfig-frontends
|
||||
./bootstrap
|
||||
./configure --enable-mconf
|
||||
make
|
||||
sudo make install
|
||||
sudo ldconfig
|
||||
```
|
||||
|
||||
#### 4. Build JerryScript for NuttX
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user