Open AceXIE opened 8 years ago
@AceXIE the error happens, because kernel modules get not built with VFP registers IMHO.
A work-around I found is to touch ../master/soe_errors.c
after the error happens and re-run make.
This needs more investigation.
This should be solved upstream.
Dear sittner, I try to use this on my beaglebone black. When I dpkg-buildpackages, there is some errors as follows.
/usr/bin/ld: error: ethercat uses VFP register arguments, ../master/soe_errors.o does not /usr/bin/ld: failed to merge target specific data of file ../master/soe_errors.o collect2: ld returned 1 exit status make[3]: * [ethercat] Error 1 make[3]: Leaving directory
/home/machinekit/ec-debianize/tool' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory
/home/machinekit/ec-debianize' make[1]: *\ [install] Error 2 make[1]: Leaving directory `/home/machinekit/ec-debianize' make: * [install] Error 2 dpkg-buildpackage: error: debian/rules binary gave error exit status 2Can you help me. Thanks.
XieKai