
On 27.11.2010 08:43, Dirk Behme wrote:
On 26.11.2010 21:55, Wolfgang Denk wrote:
In message20101126202955.B087D11D94F7@gemini.denx.de you wrote:
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
...
Applied.
Doing a './MAKEALL ARMV7' on the recent master (d4752d5d2...) doesn't look nice [2].
The following configs build fine:
igep0020 mx51evk omap3_beagle omap3_overo omap3_pandora omap4_panda
The following boards fail to build:
Just fyi, scanning the list archive, for most of the boards there are patches available fixing the build:
am3517_evm
http://lists.denx.de/pipermail/u-boot/2010-November/082641.html http://lists.denx.de/pipermail/u-boot/2010-November/082642.html
ca9x4_ct_vxp
http://lists.denx.de/pipermail/u-boot/2010-November/081033.html http://lists.denx.de/pipermail/u-boot/2010-November/081034.html http://lists.denx.de/pipermail/u-boot/2010-November/082654.html
devkit8000
Already fixed in mainline now
igep0030
http://lists.denx.de/pipermail/u-boot/2010-November/082603.html
omap3_evm
I will add to u-boot-ti and send a pull request tonight.
http://lists.denx.de/pipermail/u-boot/2010-November/082606.html
But I still get an error
Configuring for omap3_evm board... arm-none-linux-gnueabi-ld: section .bss [8003f5c0 -> 8007e31f] overlaps section .rel.dyn [8003f5c0 -> 80044e4f]
arm-none-linux-gnueabi-ld: section .dynsym [80044e50 -> 80044eef] overlaps section .bss [8003f5c0 -> 8007e31f]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003f5c0 overlaps previous sections make: *** [u-boot] Error 1
size: './u-boot': No such file
I have to check if there is already a fix available.
omap3_sdp3430
http://lists.denx.de/pipermail/u-boot/2010-November/082649.html
omap3_zoom1
http://lists.denx.de/pipermail/u-boot/2010-November/082650.html
omap3_zoom2
http://lists.denx.de/pipermail/u-boot/2010-November/082651.html
omap4_sdp4430
http://lists.denx.de/pipermail/u-boot/2010-November/082556.html
s5p_goni
http://lists.denx.de/pipermail/u-boot/2010-November/082225.html
smdkc100
http://lists.denx.de/pipermail/u-boot/2010-November/082224.html
So it seems to me that the last ARMV7 board with build issues is omap3_evm. But as mentioned, I have to check the archives for this.
That is correct and I believe it is being worked upon.
--Sandeep