Hi Sebastian mentioned that x86_64 gcc is missing crti/n. I looked on the GCC master and the code is in libgcc/config.host. This is in libgcc/config.host on the master. I am assuming it isn't in gcc 7.4.0 and the RSB is missing a patch.
x86_64-*-elf* | x86_64-*-rtems*) tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic" case ${host} in x86_64-*-rtems*) extra_parts="$extra_parts crti.o crtn.o" ;; esac ;; Thanks to git blame, the code is from Amaan and the github URL for the patch is: https://github.com/gcc-mirror/gcc/commit/ab55f7db3694293e4799d58f7e1a556c0eae863a Amaan.. care to prepare an RSB patch so crti/n is included in the tools from the RSB. Please and thank you. --joel
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel