Open msj2 opened 7 years ago
You can try with new compiler:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc libc6-dev
Thanks for the swift reply. I'll try this option
You have the same error of #65 Try don't use folder names with space.
System info
Devince info
Device ID: lsusb didn'r have mediatek in it's output... pasted it below....
General info:
Bluetooth stats:
What didn't work?
I added exec permision to install file (sudo chmod +x install) then run sudo ./install
It gave below messages,....
make -C /lib/modules/3.13.0-105-generic/build M=/home/keshanna/Desktop/java app dev with hana/MT7630E-release/rt2x00 modules make[1]: Entering directory
/usr/src/linux-headers-3.13.0-105-generic' /usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile:111: CONFIG_X86_X32 enabled but no binutils support Makefile:614: Cannot use CONFIG_CC_STACKPROTECTOR: -fstack-protector not supported by compiler make[1]: *** No rule to make target
app'. Stop. make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-105-generic' make: *** [all] Error 2I verified my kernel headers are up to date...
sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done Building dependency tree
Reading state information... Done linux-headers-3.13.0-105-generic is already the newest version.
What did you try?
tried to run install checked kernel header files, found they are up to date, no more updates to it...
Error code:
My actions: ....
make file at /usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile was pointing to the fie at location linux-headers-3.13.0-105/arch/x86/Makefile
was throwing the error.
Attaching that Makefile & pasting the code gragment which throws the Warning..
Makefile.txt makefile....
100 ifdef CONFIG_X86_X32 101 x32_ld_ok := $(call try-run,\ 102 /bin/echo -e '1: .quad 1b' | \ 103 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \ 104 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \ 105 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n) 106 ifeq ($(x32_ld_ok),y) 107 CONFIG_X86_X32_ABI := y 108 KBUILD_AFLAGS += -DCONFIG_X86_X32_ABI 109 KBUILD_CFLAGS += -DCONFIG_X86_X32_ABI 110 else 111 $(warning CONFIG_X86_X32 enabled but no binutils support) 112 endif
warning from line 111 is being thrown, because x32_ld_ok is not y... couldn't get the meaning of lines 102 to 105.....
Help needed from you...
I checked gcc
GCC Details .... Thread model: posix gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
I checked /lib/modules folder..
cd /lib/modules | ls
i found many folders....
3.13.0-105-generic/ 3.13.0-62-generic/ 3.13.0-66-generic/ 3.13.0-24-generic/ 3.13.0-63-generic/ 3.13.0-71-generic/ 3.13.0-61-generic/ 3.13.0-65-generic/ 3.13.0-93-generic/
I just left it alike, afraid to touch them...