Hi,
I have a VisualGDB build2737 using the raspberry-gcc6.3.0-r4 chain from the sysprogs site and the latest 2018-11-13 Raspbian Stretch on my PI3B. I have done a clean install of the toolchain and Raspbian after the problem started and this makes no difference.
I can make a new project with CMake or GNU Make and run it on the PI happily. Once I attempt a sysroot synchronize, so I can use wiringPi libraries, it is no longer possible to build. The build fails at the linker with the error:
c:/SysGCC/raspberry/arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/libm.so: file not recognized: File truncated
I have tried all the options(mismatch, missing and all) of sysroot, from clean toolchain installs and all give the same error. I have tried with clean installs of Raspbian and different Pi boards and the failure is consistent.
I noticed a recent entry, so far inconclusive on Jan 19, in the forum, which has a similar problem.
Any ideas would be much appreciated.
-
This topic was modified 5 years, 9 months ago by jrgrobinson.