snefi Posted November 14, 2015 Share Posted November 14, 2015 Hello I want enable smb 2.1 on cubi plese help step by step and make error: root@cubietruck:/usr/src/linux-headers-4.2.3-sunxi# makescripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.hmake[1]: *** No rule to make target 'arch/arm/tools/gen-mach-types', needed by 'include/generated/mach-types.h'. Stop.arch/arm/Makefile:305: recipe for target 'archprepare' failedmake: *** [archprepare] Error 2 please help with step by step. Gabor Sneff Link to comment Share on other sites More sharing options...
Igor Posted November 16, 2015 Share Posted November 16, 2015 I hope you'll find any of this helpful: 1. Within image you don't have kernel source but headers. 2. I don't compile native since is damn slow but however it's possible. I saw people done it. 3. Rather use some x86 comp and cross compile. https://github.com/igorpecovnik/lib 4. If you compile anything do it with declaring proper architecture: make ARCH=arm 5. If you are not in a rush, propose configuration changes and support is built into our kernel within next build cycle Link to comment Share on other sites More sharing options...
Recommended Posts