Hi Paul,

> Le lundi 18 mai 2015 à 15:01 +0200, Lukasz Majewski a écrit :
> > Hi Paul,
> > 
> > > This introduces a coherent scheme for naming USB download gadget
> > > and functions config options. The download USB gadget config
> > > option is moved to CONFIG_USB_GADGET_DOWNLOAD for better
> > > consistency with other gadgets and each function's config option
> > > is moved to a CONFIG_USB_FUNCTION_ prefix.
> > > 
> > > Signed-off-by: Paul Kocialkowski <cont...@paulk.fr>
> > > ---
> 
> [snip]
> 
> > Acked-by: Lukasz Majewski <l.majew...@samsung.com>
> > 
> > I will test this patch on my devices and then pull it to u-boot-dfu
> > tree.
> 
> Is there anything holding back this patch set at this point?
> 

Sorry to say, but:

./tools/buildman/buildman.py --branch=HEAD samsung --detail --verbose
--show_errors --force-build --count=4 --output-dir=./BUILD/

run on top of the newest u-boot-denx-usb/master

SHA1: b2d0495b16e9e2fdaa1c04f5a43bf60f4ad3a5ea

Caused build errors on the Odroix-XU3 board (attached to this e-mail).


-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
       arm:  +   odroid-xu3
+common/built-in.o: In function `do_usb_mass_storage':
+build/../common/cmd_usb_mass_storage.c:99: undefined reference to `fsg_init'
+build/../common/cmd_usb_mass_storage.c:105: undefined reference to 
`g_dnl_register'
+build/../common/cmd_usb_mass_storage.c:114: undefined reference to 
`g_dnl_board_usb_cable_connected'
+build/../common/cmd_usb_mass_storage.c:121: undefined reference to 
`g_dnl_board_usb_cable_connected'
+build/../common/cmd_usb_mass_storage.c:142: undefined reference to 
`fsg_main_thread'
+build/../common/cmd_usb_mass_storage.c:156: undefined reference to 
`g_dnl_unregister'
+common/built-in.o: In function `do_thor_down':
+build/../common/cmd_thordown.c:29: undefined reference to 
`dfu_init_env_entities'
+build/../common/cmd_thordown.c:41: undefined reference to `g_dnl_register'
+build/../common/cmd_thordown.c:43: undefined reference to `thor_init'
+build/../common/cmd_thordown.c:50: undefined reference to `thor_handle'
+build/../common/cmd_thordown.c:58: undefined reference to `g_dnl_unregister'
+build/../common/cmd_thordown.c:61: undefined reference to `dfu_free_entities'
+common/built-in.o: In function `do_dfu':
+build/../common/cmd_dfu.c:30: undefined reference to `dfu_init_env_entities'
+build/../common/cmd_dfu.c:36: undefined reference to `dfu_show_entities'
+build/../common/cmd_dfu.c:42: undefined reference to `g_dnl_clear_detach'
+build/../common/cmd_dfu.c:43: undefined reference to `g_dnl_register'
+build/../common/cmd_dfu.c:45: undefined reference to `g_dnl_detach'
+build/../common/cmd_dfu.c:51: undefined reference to `dfu_usb_get_reset'
+build/../common/cmd_dfu.c:72: undefined reference to `g_dnl_unregister'
+build/../common/cmd_dfu.c:75: undefined reference to `dfu_free_entities'
+build/../common/cmd_dfu.c:80: undefined reference to `g_dnl_clear_detach'
+arm-v7a-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail 
/home/lukma/work/ptxdist/OSELAS.Toolchain-2013.12.0/platform-arm-v7a-linux-gnueabi-gcc-4.8.2-glibc-2.18-binutils-2.24-kernel-3.12-sanitized/build-cross/binutils-2.24/bfd/elf32-arm.c:7696
+arm-v7a-linux-gnueabi-ld.bfd: error: required section '.rel.plt' not found in 
the linker script
+arm-v7a-linux-gnueabi-ld.bfd: final link failed: Invalid operation
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to