Opened 13 years ago
Closed 12 years ago
#10588 closed Bug Report - General (Invalid)
Build failure on arm
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.25 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The mythtv libraries successfully compile. However while linking these libraries on arm platform the following was observed.
../../libs/libmythtv/libmythtv-0.25.so: undefined reference to `aeabi_d2lz@LIBAVCODEC_52' collect2: ld returned 1 exit status make[1]: * [mythavtest] Error 1
The build environment is correct for mythtv .24.1 (and .2) compilation.
This issue looks related to https://bugs.launchpad.net/ubuntu/+source/libav/+bug/787486 .
Change History (3)
comment:1 Changed 13 years ago by
Component: | MythTV - Video Library → MythTV - General |
---|---|
Priority: | major → minor |
Status: | new → infoneeded_new |
comment:2 Changed 12 years ago by
I have a similar error: ../../libs/libmythtv/libmythtv-0.25.so: undefined reference to `aeabi_d2lz@LIBAVCODEC_52' collect2: ld returned 1 exit status make[2]: * [mythavtest] Error 1 make[2]: Leaving directory `/share/MD0_DATA/src/mythtv-0.25.1/programs/mythavtest'
I'm compiling on a QNAP 219P+ NAS, with Marvell 6282 1.6GHz (ARM) and kernel 2.6.33.2. Let me know if there's any other info I can provide.
comment:3 Changed 12 years ago by
Resolution: | → Invalid |
---|---|
Status: | infoneeded_new → closed |
ARM is not a supported platform, but if you want to get it building please use the master branch and e-mail to the mythtv-dev mailing list and we'll help as much as we're able.
As the ARM is not a fully supported processor for MythTV, it's not too surprising issues occasionally crop up. Unfortunately, I am not aware of any one of us with a viable test platform for this. With no way of doing the test compiles, there's not much chance this will get fixed.
For starters (just in case it helps)... What exact platform, OS, etc are you trying to compile on?