Changes between Version 10 and Version 11 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:33:33 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v10 v11 7 7 '''Tip''': if you are going to do this often, then creating a helper script to exports the required environment variables documented below is a good idea. 8 8 9 == Instructions for building the image and the toolchain with buildroot==9 == Using buildroot to build the toolchain for cross-compilation and the image for the board == 10 10 11 11 … … 59 59 60 60 61 == Instructions for cross-compiling JSCwith the buildroot toolchain ==61 == Cross-compiling JSC with the buildroot toolchain == 62 62 63 63 Now that we have the cross-toolchain built for the target board, building JSC is a matter of exporting the right environment variables before invoking the build-process [[BR]] … … 121 121 }}} 122 122 123 == Instructions for running thetests remotely on the board ==123 == Running the JSC tests remotely on the board == 124 124 125 125 The script [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] allows to run the jsc tests remotely on the board.