FS#18408 - [cross-arm-elf-binutils] arm-elf-ld fails due to missing sysroot configuration
Attached to Project:
Community Packages
Opened by Maik Beckmann (Salamander1978) - Saturday, 20 February 2010, 12:38 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 23 March 2010, 16:04 GMT
Opened by Maik Beckmann (Salamander1978) - Saturday, 20 February 2010, 12:38 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 23 March 2010, 16:04 GMT
|
Details
Description:
Building the minimal "int main() { }" results in arm-elf-gcc test.c /usr/bin/arm-elf-ld: this linker was not configured to use sysroots collect2: ld returned 1 exit status Additional info: * package version(s) - cross-arm-elf-binutils-2.20-1 - cross-arm-elf-gcc-base-4.4.3 * architectures: same result on i686 and x86_64 Steps to reproduce: echo "int main() { }" > test.c arm-elf-gcc test.c |
This task depends upon
Comment by Sergej Pupykin (sergej) -
Tuesday, 23 March 2010, 14:48 GMT
I think it would not work because of you need libc implementation
to build executables.