Fix compilation warnings (#216)
* Fix deprecated os_memmove warning Switched to the standard memmove function * Fix get_network_ticker implicit declaration warning Included the required missing header file * Removed useless execution rights from Makefile * Fix directory name in README
This commit is contained in:
committed by
Edouard Merle
parent
a4a055f8ab
commit
a490532605
@@ -20,7 +20,7 @@ First [install yarn](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
|
||||
Open `tests/build_local_test_elfs.sh` and add your BOLOS SDKs path to `NANOS_SDK` and `NANOX_SDK`.
|
||||
This helper script will build the applications required by the test suite and move them at the right place.
|
||||
```
|
||||
cd test
|
||||
cd tests
|
||||
./build_local_test_elfs.sh
|
||||
```
|
||||
Then you can install the project by simply running:
|
||||
|
||||
Reference in New Issue
Block a user