The command line for the final link is wrong. It should contain
-Wl,-Bstatic -lbfd -liberty -Wl,-Bdynamic -o ksymoops
You replaced '-Wl' with '-arm-linux-ld', ld did not understand that and
got a segmentation fault trying to handle the unknown parameter.
Correct your command line, and log a problem against binutils that it
cannot cope with unexpected options.
> Can anybody tell me what should be given for DEF_MAP, since in
>the
>target machine there is no System.map file.
Without a system map, you are not going to get much of a decode. But
if that is what you want, add 'DEFMAP=' to the make command line.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/