- Timestamp:
- 2021-04-20T18:21:55Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de227aba
- Parents:
- 6186f9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r6186f9f rf3a7b0d 35 35 36 36 In order to build HelenOS, one must first build the cross-compiler toolchain 37 ( either as a root or by specifying the `CROSS_PREFIX` environment variable)38 by running (example for the amd64 architecture, further list of targets can be 39 found in the `default` directory):37 (the default installation location can be overridden by specifying the 38 `CROSS_PREFIX` environment variable) by running (example for the amd64 39 architecture, further list of targets can be found in the `default` directory): 40 40 41 41 ``` … … 61 61 ``` 62 62 # sudo dnf group install 'Development Tools' 63 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-develPyYAML genisoimage flex bison63 # sudo dnf install wget texinfo PyYAML genisoimage flex bison 64 64 ``` 65 65 66 In case the toolchain script won't work no matter how hard you try, let us know. 66 67 Please supply as many relevant information (your OS and distribution, list of
Note:
See TracChangeset
for help on using the changeset viewer.