raspberrypi / tools

1.89k stars 865 forks source link

Compiling Error #89

Open SyedAliZafar opened 6 years ago

SyedAliZafar commented 6 years ago

i was trying to cross compile my OpenDDS software through it but i keep getting errors while running the make command
i ran configure command which had no errors **syedli@ubuntu:~/Desktop/OpenDDS-3.12$ ./configure --target=linux-cross\

--target-compiler="/home/syedli/Desktop/tools-master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-g++"**

But when i ran make command syedli@ubuntu:~ make i got the following errors

CRosscompiling Error.txt

pelwell commented 6 years ago

I don't think this is a problem with the toolchain (which is what these issues are supposed to be about), but if you upload the Makefile somewhere we should be able to work out what is going wrong.