Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture i686
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

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:
   test.c (0.1 KiB)
This task depends upon

Closed by  Sergej Pupykin (sergej)
Sunday, 14 November 2010, 16:42 GMT
Reason for closing:  Fixed
Comment by Sergej Pupykin (sergej) - Friday, 12 November 2010, 11:04 GMT
temporary workaround:

find /opt/cegcc -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
Comment by Sergej Pupykin (sergej) - Friday, 12 November 2010, 11:10 GMT
try cross-arm-wince-cegcc-importlibs-0.59.1-2-any.pkg.tar.xz

Loading...