
On Tue, Sep 12, 2017 at 2:23 PM, Dr. Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
Jagan,
please revise — after applying this patch, the build fails with:
arm: + vyasa-rk3288
+cmd/built-in.o: In function `do_usb_mass_storage': +cmd/usb_mass_storage.c:164: undefined reference to `board_usb_init' +cmd/usb_mass_storage.c:170: undefined reference to `fsg_init' +cmd/usb_mass_storage.c:177: undefined reference to `g_dnl_register' +cmd/usb_mass_storage.c:187: undefined reference to `g_dnl_board_usb_cable_connected' +cmd/usb_mass_storage.c:194: undefined reference to `g_dnl_board_usb_cable_connected' +cmd/usb_mass_storage.c:215: undefined reference to `usb_gadget_handle_interrupts' +cmd/usb_mass_storage.c:217: undefined reference to `fsg_main_thread' +cmd/usb_mass_storage.c:233: undefined reference to `g_dnl_unregister' +cmd/usb_mass_storage.c:235: undefined reference to `board_usb_cleanup' +arm-unknown-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/tony/buildall/src/binutils/bfd/elf32-arm.c:7696 +arm-unknown-linux-gnueabi-ld.bfd: error: required section '.rel.plt' not found in the linker script +arm-unknown-linux-gnueabi-ld.bfd: final link failed: Invalid operation +make[1]: *** [u-boot] Error 1 +make: *** [sub-make] Error 2
commit[1] from Tom, as moved USB configs to defconfig, this patch missed that since Tom pushed after this patch. will send v4 by including updated changes.
[1] http://git.denx.de/?p=u-boot.git;a=commitdiff;h=ecad7051b07b11fb17196ce45ed0...
thanks!