Hey pimium,
I was pretty happy about stumbling across your rep.
I’m not familiar with compiling and just a simple make didn’t work out for me unfortunately.
make CONFIG_DEBUG_SECTION_MISMATCH=y ARCH=arm \
CROSS_COMPILE=arm-buildroot-linux-uclibcgnueabi- -C ~/embedded/raspi/buildroot-2013.05/output/build/linux-e959a8e/ M=/home/pi/sda5708 modules
make[1]: *** /home/pi/embedded/raspi/buildroot-2013.05/output/build/linux-e959a8e/: No such file or directory. Stop.
make: *** [Makefile:11: default] Error 2
I think it's asking for the kernel, so I changed the path ~/home/pi/embedded/raspi/buildroot-2013.05/output/build/linux-e959a8e/ to /boot/. But there was another error:
make CONFIG_DEBUG_SECTION_MISMATCH=y ARCH=arm \
CROSS_COMPILE=arm-buildroot-linux-uclibcgnueabi- -C /boot/ M=/home/pi/sda5708 modules
make[1]: Entering directory '/boot'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/boot'
make: *** [Makefile:11: default] Error 2
I looked into the modules and saw the file sda5908.ko mentioned in the directory /home/pimi/embedded/raspi/driver/sda5908/. I copied it there, but still get the same error.
Can you help me?
Thank you a lot in advance.
Hey pimium,
I was pretty happy about stumbling across your rep.
I’m not familiar with compiling and just a simple
makedidn’t work out for me unfortunately.I think it's asking for the kernel, so I changed the path
~/home/pi/embedded/raspi/buildroot-2013.05/output/build/linux-e959a8e/to/boot/. But there was another error:I looked into the modules and saw the file sda5908.ko mentioned in the directory
/home/pimi/embedded/raspi/driver/sda5908/. I copied it there, but still get the same error.Can you help me?
Thank you a lot in advance.