Hi I am using an online tutorial to compile samsung note 3 image from source. I am running into a number of compilation errors. Here is one:
I am using the link below as procedures:
http://www.edv-huber.com/index.php/problemloesungen/20-step-by-step-compile-kernel-module-for-samsung-galaxy-s3-linux
My question is: is this normal? Is there a more stable version of the source I could have downloaded?
Code:
CC drivers/cpufreq/cpufreq_interactive.o
drivers/cpufreq/cpufreq_interactive.c: In function 'show_target_loads':
drivers/cpufreq/cpufreq_interactive.c:813:6: warning: operation on 'ret' may be undefined [-Wsequence-point]
error, forbidden warning: cpufreq_interactive.c:813
make[2]: *** [drivers/cpufreq/cpufreq_interactive.o] Error 1
make[1]: *** [drivers/cpufreq] Error 2
make: *** [drivers] Error 2
[email protected]:~/androidkernel$ ls -al drivers/cpufreq/cpufreq_interactive.c
-r--r--r-- 1 sansari sansari 35250 Feb 9 2014 drivers/cpufreq/cpufreq_interactive.c
[email protected]:~/androidkernel$ chmod 755 drivers/cpufreq/cpufreq_interactive.c
http://www.edv-huber.com/index.php/problemloesungen/20-step-by-step-compile-kernel-module-for-samsung-galaxy-s3-linux
My question is: is this normal? Is there a more stable version of the source I could have downloaded?