--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/2678cbb0-2650-43b2-8055-6c98a4f81f6fo%40googlegroups.com.
Hi Jake,Yes, I did find a solution! Using the cross development tools downloaded by Nelson's script makes things work correctly. This the script I'm using to build drivers:CROSS_COMPILE_PATH=/usr1/github.com.RoberCNelson.arm7-multiplatform/armv7-multiplatform/dl/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
make -C $KERNEL_ROOT M=$(pwd) ARCH=arm CROSS_COMPILE=$CROSS_COMPILE_PATHMike
On Fri, Mar 5, 2021 at 9:11 AM Jake <jake.z...@gmail.com> wrote:
--Hi! I'm having the same error when trying to compile a out of tree driver.Have you found the solution?I'm also using the kernel from RobertCNelson/armv7-multiplatform.Thanks!
On Saturday, February 6, 2021 at 8:50:47 AM UTC-7, kb2...@gmail.com wrote:Has anyone else seen this error message when compiling an out of tree module?make: Entering directory '/usr1/github.com.RoberCNelson.arm7-multiplatform/armv7-multiplatform/KERNEL'AR /usr1/BeagleXmDrivers/built-in.aCC [M] /usr1/BeagleXmDrivers/hello.occ1: error: cannot load plugin ./scripts/gcc-plugins/arm_ssp_per_task_plugin.so./scripts/gcc-plugins/arm_ssp_per_task_plugin.so: undefined symbol: _Z9rtx_alloc8rtx_codemake[1]: *** [scripts/Makefile.build:266: /usr1/BeagleXmDrivers/hello.o] Error 1make: *** [Makefile:1690: /usr1/BeagleXmDrivers] Error 2make: Leaving directory '/usr1/github.com.RoberCNelson.arm7-multiplatform/armv7-multiplatform/KERNEL'tMike
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagl...@googlegroups.com.