Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21666 - cross-arm-wince-cegcc-gcc can not compile
Attached to Project:
Community Packages
Opened by Lincoln Zhang (CrazyPandar) - Thursday, 11 November 2010, 01:52 GMT
Last edited by Sergej Pupykin (sergej) - Sunday, 14 November 2010, 16:42 GMT
Opened by Lincoln Zhang (CrazyPandar) - Thursday, 11 November 2010, 01:52 GMT
Last edited by Sergej Pupykin (sergej) - Sunday, 14 November 2010, 16:42 GMT
|
DetailsDescription:
I wrote a simple test C file to test this package: /*********************************************/ #include <stdlib.h> #include <stdio.h> int main(int argc, char** argv) { printf("This is a test\n"); return 0; } /*********************************************/ Compiled as below: $/opt/cegcc/bin/arm-wince-cegcc-gcc -o test.exe ./test.c Below is the error: /opt/cegcc/lib/gcc/arm-wince-cegcc/4.4.0/../../../../arm-wince-cegcc/lib/libcoredll.a: could not read symbols: Archive has no index; run ranlib to add one collect2: ld returned 1 exit status Additional info: * package version(s) cross-arm-wince-cegcc-gcc-0.59.1-1 * config and/or log files etc. Steps to reproduce: |
This task depends upon
test.c
find /opt/cegcc -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;