Lines Matching refs:build
9 6. Separated build and test machines
21 To get coverage data for a specific file, change to the kernel build
135 6. Separated build and test machines
146 gcc version used for kernel build. Also the following files need to be
147 copied from build to test machine:
152 from the build tree:
158 exact same file system location on the test machine as on the build
165 to build machine:
171 These files can be copied to any location on the build machine. gcov
174 Example directory setup on the build machine:
177 /tmp/out: kernel build directory as specified by make O=
180 [user@build] cd /tmp/out
181 [user@build] gcov -o /tmp/coverage/tmp/out/init main.c
205 Sample script to gather coverage meta files on the build machine
256 echo "$DEST successfully created, copy to build system and unpack with:"