yoshimo / Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel

Kernel Sources by Samsung for the Samsung Galaxy Tab A7 SM-T500 & SM-T505, aka gta4l & gta4lwifi
Other
3 stars 1 forks source link

how to build kvm #1

Open xoureldeen opened 1 month ago

xoureldeen commented 1 month ago

i have t505 and i want to enable kvm

xoureldeen commented 1 month ago

xoureldeen-dev@vectrasvm-ubuntu:~/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel$ sudo make O=out ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- apollo_defconfig make[1]: Entering directory '/home/xoureldeen-dev/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel/out' File "/home/xoureldeen-dev/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel/out/../scripts/gcc-wrapper.py", line 34 print "error, forbidden warning:", m.group(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/home/xoureldeen-dev/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel/out/../scripts/gcc-wrapper.py", line 34 print "error, forbidden warning:", m.group(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/home/xoureldeen-dev/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel/out/../scripts/gcc-wrapper.py", line 34 print "error, forbidden warning:", m.group(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? sh: 1: ../scripts/gcc-version.sh: Permission denied sh: 1: ../scripts/gcc-version.sh: Permission denied init/Kconfig:17: syntax error init/Kconfig:16: invalid option sh: 1: ../scripts/clang-version.sh: Permission denied init/Kconfig:28: syntax error init/Kconfig:27: invalid option sh: 1: ../scripts/gcc-plugin.sh: Permission denied drivers/samsung/debug/Kconfig:4:warning: ignoring type redefinition of 'SEC_DEBUG' from 'tristate' to 'bool' make[2]: [../scripts/kconfig/Makefile:104: apollo_defconfig] Error 1 make[1]: [/home/xoureldeen-dev/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel/Makefile:542: apollo_defconfig] Error 2 make[1]: Leaving directory '/home/xoureldeen-dev/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel/out' make: *** [Makefile:146: sub-make] Error 2 xoureldeen-dev@vectrasvm-ubuntu:~/Samsung_Galaxy_Tab_A7_GTA4LX_SM-T500-SM-T505_Kernel$ sudo apt install python3