| The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
05-22-2012
, 03:48 PM
|
|
Posts: 1,812 |
Thanked: 1,937 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.
|
|
05-22-2012
, 03:58 PM
|
|
Posts: 660 |
Thanked: 2,351 times |
Joined on Mar 2009
|
#53
|
| The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
05-22-2012
, 04:45 PM
|
|
Posts: 660 |
Thanked: 2,351 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
|
|
05-24-2012
, 01:23 AM
|
|
Posts: 660 |
Thanked: 2,351 times |
Joined on Mar 2009
|
#55
|
| The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
05-24-2012
, 08:20 AM
|
|
Posts: 1,812 |
Thanked: 1,937 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)
|
|
05-24-2012
, 09:02 AM
|
|
Posts: 1,812 |
Thanked: 1,937 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: | ||
|
|
05-25-2012
, 02:19 PM
|
|
Posts: 1,812 |
Thanked: 1,937 times |
Joined on May 2011
@ Poland
|
#58
|
:1: sorry, unimplemented: -mfloat-abi=hard and VFP
|
|
05-26-2012
, 03:18 AM
|
|
Posts: 660 |
Thanked: 2,351 times |
Joined on Mar 2009
|
#59
|
| The Following 6 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
05-26-2012
, 06:08 AM
|
|
Posts: 1,812 |
Thanked: 1,937 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)
![]() |
| Thread Tools | Search this Thread |
|
http://cc.oulu.fi/~rantalai/maemo/glibc_from_harmattan/
There are debs and raw libc.so.