On 10/20/2015 07:48 PM, Guenter Roeck wrote: > Hi all, > > all mips images fail to build for me in next-20151020 as follows. > > Building mips:defconfig ... failed > -------------- > Error log: > /tmp/cc9iCAqK.s: Assembler messages: > /tmp/cc9iCAqK.s:50: Error: can't resolve `_start' {*UND* section} - > `L0' {.text section} > /tmp/cc9iCAqK.s:374: Error: can't resolve `_start' {*UND* section} - > `L0' {.text section} > make[2]: *** [arch/mips/vdso/gettimeofday.o] Error 1 > make[1]: *** [arch/mips/vdso] Error 2 > > Toolchain is "mips-poky-linux-gcc (GCC) 4.7.2". > > Do I need a new toolchain ? > > Thanks, > Guenter > I am working on that with Ralf. seems like we are going to need binutils-2.25 for the VDSO code and disable it for older versions. I will post new patches today. -- markos