
Hi Albert,
On Mon, Jan 14, 2013 at 1:14 PM, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Rajeshwari,
On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje rajeshwari.birje@gmail.com wrote:
Hi Albert,
- VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
which causes the following build errors:
In file included from s3c24x0_i2c.c:40:0: s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning: 'i2c_busses' defined but not used [-Wunused-variable]
I would resolve these errors sorry for inconvenience
Thanks.
- smdk5250 is broken by commit f482310c6def17ba975a041077f89d984be54b68 which causes the following build errors:
sound.c: In function 'codec_init': sound.c:151:4: warning: passing argument 1 of 'wm8994_init' discards 'const' qualifier from pointer target type [enabled by default] In file included from sound.c:33:0: wm8994.h:83:5: note: expected 'struct sound_codec_info *' but argument is of type 'const void *' cmd_sound.c: In function 'do_init': cmd_sound.c:36:2: error: too few arguments to function 'sound_init' In file included from cmd_sound.c:27:0: /home/albert/src/u-boot-arm/include/sound.h:52:5: note: declared here
Sorry but I am not getting these errors could you please let me know you your environment settings to get the same.
For some reason -- possibly commits I took in later -- I cannot reproduce the smdk5250 errors above in current u-boot-arm/master. However it still fails with warnings, both in u-boot-samsung/master and when merged into u-boot-arm/master:
exynos_dp.c: In function 'exynos_init_dp': exynos_dp.c:860:23: warning: variable 'disp_info' set but not used [-Wunused-but-set-variable] exynos_fb.c: In function 'draw_logo': exynos_fb.c:74:8: warning: variable 'addr' set but not used [-Wunused-but-set-variable] exynos_fb.c:73:9: warning: variable 'y' set but not used [-Wunused-but-set-variable] exynos_fb.c:73:6: warning: variable 'x' set but not used [-Wunused-but-set-variable]
Sorry for the warning messages. I have sent the patches to fix these warnings. Hopefully Minkyu will review and get them merged, soon.
Tested with with both ELDK 5.3: gcc version 4.7.2, and the Linaro ARM GCC from Ubuntu (gcc version 4.7.2: Ubuntu/Linaro 4.7.2-1ubuntu1.
Regards, Rajeshwari Shinde
Amicalement,
Albert. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
Regards, Ajay