Changes between Version 17 and Version 18 of JSCOnly/CrossBuildAndRemoteTestJSCLinux
- Timestamp:
- Feb 5, 2018, 4:59:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly/CrossBuildAndRemoteTestJSCLinux
v17 v18 64 64 65 65 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]] 66 '''Tip''': Its recommended start from a clean-build state to avoid problems with the CMake cache.66 '''Tip''': Its recommended start from a WebKit/JSC clean-build state to avoid problems with the CMake cache. 67 67 68 68 === Defining the environment variables for the cross-compiler === … … 123 123 }}} 124 124 125 '''Tip''': If you tried before a build without ccache and want to enable it now, then its recommended to re-start from a clean-build state to avoid problems with the CMake cache.125 '''Tip''': If you tried before a build without ccache and want to enable it now, then its recommended to re-start from a WebKit/JSC clean-build state to avoid problems with the CMake cache. 126 126 127 127 == Running the JSC tests remotely on the board ==