aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideCrossCompilation.md
AgeCommit message (Collapse)Author
2020-08-24Minor html changes to BuildGuideCrossCompilation.md to make it look betterNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I4213bf811d39898506c6d976089d90379a617056
2020-08-11IVGCVSW-5181 Updating to flatbuffers 1.12.0Colm Donelan
* Modify BuildGuideCrossCompilation.md to download flatbuffers 1.12.0 * Add FAQ entry about Flat Buffers on Ubuntu 20.04. Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: I489bdb11edb32cec28aabab48c8d5af8c929b25e
2020-06-30IVGCVSW-4487 Remove boost::filesystemFrancis Murtagh
* Replace filesystem::path * Replace filesystem::exists * Replace filesystem::is_directory * Replace filesystem::directory_iterator * Replace filesystem::filesystem_error exception * Replace filesystem::temp_directory_path * Replace filesystem::unique path * Replace filesystem::ofstream with std::ofstream * Replace filesystem::remove * Replace filesystem::is_regular_file * Replace boost::optional with armnn::Optional in touched files * Remove some superfluous includes * Update build guides, GlobalConfig.cmake and CMakeLists.txt * Remove redundant armnnUtils::Filesystem::Remove function. * Remove redundant armnnUtils::Filesystem::GetFileSize function. Temporarily adding back Boost::filesystem to enable Boost::dll. Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: Ifa46d4a0097d2612ddacd8e9736c0b36e365fb11
2020-05-20Few minor updates to BuildGuideAndroidNDK.md fileNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I380862816cbc7ec509ff01791e77297b859f21ac
2020-04-16IVGCVSW-4696 Update BuildGuideCrossCompilation guideNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1d4eaed8830b034a5ac384020abe8f5b2d7d35cf
2020-04-03Github #367Jegathesan Shanmugam
Updated aarch64-linux-gnu tool chains export method. Signed-off-by: Jegathesan Shanmugam <nullbyte.in@gmail.com> Change-Id: I442f387200c7e57e0fe4447eeb8df1fd7bec31d8
2020-02-12IVGCVSW-4403 Add standalone backend build steps to BuildGuideCrossCompilationNarumol Prangnawarat
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I424643294781fa91cb4f4209f6a5a384bb4e4759
2019-11-18IVGCVSW-4062 Update Readme for 19.11Nikhil Raj
* Update BuildGuideCrossCompilation.md Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ie16dfe477271e411eef0b5e68f636b81a61d5c33
2019-08-27IVGCVSW-3656 Rename ARMCOMPUTEREF to ARMNNREFMatteo Martincigh
* Renamed ARMCOMPUTEREF to ARMNNREF (and relative symbols) as the previous name was misleading !android-nn-driver:1819 Change-Id: I912e9f521750b91539e48f8a2fb4de73fb6f7425 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-08-27IVGCVSW-3656 Make the reference backend build optionalMatteo Martincigh
* Added ARMCOMPUTEREF option to the build guides, as the reference backend is not built by default Change-Id: I2cd8dab12ed72a795ff79fe1087ab8bf7606694e Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-05-22IVGCVSW-2758 Instructions for cross-compiling ArmNN for arm64 should install ↵Ruomei Yan
cross-compiling toolchain earlier Change-Id: I4c64eea6fa17cd4b1c817d4bf8337ebce75851dd Signed-off-by: Ruomei Yan <ruomei.yan@arm.com>
2019-05-21IVGCVSW-3123 Remove duplicate step from CrossCompilation guideSurabhi Mehta
Change-Id: I6fd51b8c0c51fac180692bac69edd2b1107edc56 Signed-off-by: Surabhi Mehta <surabhi.mehta@arm.com>
2018-11-23IVGCVSW-2141 BuildGuideCrossCompilation.md Documentation updatesurmeh01
* Removed the usage of g++-5 as we can build it using later versions Change-Id: I073c84868c8619aeb5e4bd3006b87d10b7fec37e
2018-11-23IVGCVSW-2183 BuildGuideCrossCompilation.md Documentation updateFrancisMurtagh
* Removed confusing mention of Anaconda and CuDNN and reworded Change-Id: I2e4d86704c6564b2d18cec191246edd15cde0905
2018-11-20IVGCVSW-2117 - BuildGuideCrossCompilation.md Documentation updateFrancisMurtagh
* Updated build guide to include instruction to copy libprotobuf.so.15 into the build folder before moving to arm64 machine. Change-Id: Ia20691edc79ff59fa4147eafbbfd3997b2531317
2018-11-16IVGCVSW-2158 BuildGuideCrossCompilation.md wrong protobuf versionFerran Balaguer
Change-Id: Ibe826db4412c54aba42c45c155e7e5329861bdb1
2018-11-15Fixed minor typos in BuildGuideCrossCompilation.mdMatteo Martincigh
Change-Id: I4d02a6cca8e99d70a389ca3b0ce47fb7f15ed21f
2018-08-31Release 18.08telsoa01