8devices / carambola

Carambola - RT305x/SoC based PCB
http://openwrt.org/
GNU General Public License v2.0
26 stars 12 forks source link

make menuconfig fails #21

Open s-light opened 8 years ago

s-light commented 8 years ago

hey, iam trying to build carambola1 firmware as stated in Getting Started Guide. but it fails on the step make menuconfig:

stefan:~/carambola[master !]$ make V=99 menuconfig
make[1]: Entering directory '/home/stefan/carambola/scripts/config'
zconf.tab.o: In function `zconflex':
zconf.tab.c:(.text+0x22f5): undefined reference to `kconf_id_lookup'
zconf.tab.c:(.text+0x2447): undefined reference to `kconf_id_lookup'
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'conf' failed
make[1]: *** [conf] Error 1
make[1]: Leaving directory '/home/stefan/carambola/scripts/config'
/home/stefan/carambola/include/toplevel.mk:74: recipe for target 'scripts/config/mconf' failed
make: *** [scripts/config/mconf] Error 2

any ideas what causes this?

my host is a Kubuntu 16.04 64bit.

sunny greetings stefan

sivaprasadmsr commented 7 years ago

I too face the same issue . Could you get any solution ?