The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2012-05-22
, 19:48
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#52
|
With harmattan target I fetch apt-get source libc6 and compiled it for fremantle target.
http://cc.oulu.fi/~rantalai/maemo/glibc_from_harmattan/
There are debs and raw libc.so.
![]() |
2012-05-22
, 19:58
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#53
|
The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2012-05-22
, 20:45
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#54
|
/usr/binutils2.22/bin/ld is symlink to the ld.bfd
ldd /usr/binutils2.22/bin/ld.bfd -> /usr/binutils2.22/lib/libbfd-2.22-system.so
PATH=/usr/binutils2.22/bin:$PATH ld --version -> 2.22
![]() |
2012-05-24
, 05:23
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#55
|
The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2012-05-24
, 12:20
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#56
|
Compiling Harmattan's libc6 keeps qemu crashing. I decided to compile it straight on the phone. It could take days, 10 hours back already. (And I'm not still sure will it compile, and will result work as expected)
![]() |
2012-05-24
, 13:02
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#57
|
Package binutils2.22 are in extras-devel. It doesn't conflict with any package (no names, no files).
andCode:/usr/binutils2.22/bin/ld is symlink to the ld.bfd
So LD_LIBRARY_PATH might be useless.Code:ldd /usr/binutils2.22/bin/ld.bfd -> /usr/binutils2.22/lib/libbfd-2.22-system.so
At least this is working:
Code:PATH=/usr/binutils2.22/bin:$PATH ld --version -> 2.22
Ignoring Provides line with DepCompareOp for package binutils
The Following 4 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-05-25
, 18:19
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#58
|
:1: sorry, unimplemented: -mfloat-abi=hard and VFP
![]() |
2012-05-26
, 07:18
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#59
|
The Following 6 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2012-05-26
, 10:08
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#60
|
pass --host=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi to configure. (debian/rules uses that, and it starts compiling)
http://cc.oulu.fi/~rantalai/maemo/glibc_from_harmattan/
There are debs and raw libc.so.