Ticket #10588 (closed Bug Report - General: Invalid)
Opened 13 months ago
Last modified 11 months ago
Build failure on arm
| Reported by: | tjtomkins@… | 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 .
Attachments
Change History
comment:1 Changed 13 months ago by beirdo
- Priority changed from major to minor
- Status changed from new to infoneeded_new
- Component changed from MythTV - Video Library to MythTV - General
comment:2 Changed 11 months ago by parrisimo@…
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 11 months ago by danielk
- Status changed from infoneeded_new to closed
- Resolution set to Invalid
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?