Присоединяюсь.
У меня похожий косяк с SDK 14.7.
Так и вовсе не удается созать новый проект С++ (с нуля). Выскакивает ошибка
Код
12:55:42 **** Build of configuration Debug for project xxx ****
make all
'Building file: ../src/main.cc'
'Invoking: MicroBlaze g++ compiler'
mb-g++ -Wall -O0 -g3 -c -fmessage-length=0 -I../../xxx_bsp/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.50.c -mno-xl-soft-mul -mxl-multiply-high -mhard-float -mxl-float-convert -mxl-float-sqrt -Wl,--no-relax -ffunction-sections -fdata-sections -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.cc"
mb-g++: fatal error: '-c' is not a valid option to the preprocessor
compilation terminated.
make: *** [src/main.o] Ошибка 1
Касаемо перевода с С на С++ мне раньше как-то удавалось это сделать путем изменения расширений (правда приходилось танцевать с бубном). Но теперь вообще не получается. Пишет "Nothing to build in project...".