linaro-nano:~/parallella-linux> sudo ln -s /usr/bin/arm-linux-gnueabihf-gcov /usr/bin/ygcc linaro-nano:~/parallella-linux> sudo make Makefile:608: Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR: -fstack-protector not supported by compiler ygcc: invalid option -- 'i' Usage: gcov [OPTION]... SOURCE|OBJ... Print code coverage information. -h, --help Print this help, then exit -v, --version Print version number, then exit -a, --all-blocks Show information for every basic block -b, --branch-probabilities Include branch probabilities in output -c, --branch-counts Given counts of branches taken rather than percentages -n, --no-output Do not create an output file -l, --long-file-names Use long output file names for included source files -f, --function-summaries Output summaries for each function -o, --object-directory DIR|FILE Search for object files in DIR or called FILE -s, --source-prefix DIR Source prefix to elide -r, --relative-only Only show data for relative sources -p, --preserve-paths Preserve all pathname components -u, --unconditional-branches Show unconditional branch counts too -d, --display-progress Display progress information For bug reporting instructions, please see: . CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]: `include/generated/mach-types.h' is up to date. CC kernel/bounds.s ygcc: invalid option -- 'W' Usage: gcov [OPTION]... SOURCE|OBJ... Print code coverage information. -h, --help Print this help, then exit -v, --version Print version number, then exit -a, --all-blocks Show information for every basic block -b, --branch-probabilities Include branch probabilities in output -c, --branch-counts Given counts of branches taken rather than percentages -n, --no-output Do not create an output file -l, --long-file-names Use long output file names for included source files -f, --function-summaries Output summaries for each function -o, --object-directory DIR|FILE Search for object files in DIR or called FILE -s, --source-prefix DIR Source prefix to elide -r, --relative-only Only show data for relative sources -p, --preserve-paths Preserve all pathname components -u, --unconditional-branches Show unconditional branch counts too -d, --display-progress Display progress information For bug reporting instructions, please see: . make[1]: *** [kernel/bounds.s] Error 1 make: *** [prepare0] Error 2