I am trying to cross compile for arm using iinaro in eclipse for C++ in windows
I have set the current toolchain using Properties -> C/C++ Build -> Toolchain Editor -> Current Toolchain to be cross GCC while the current builder is GNU MAke Builder
In my Properties -> C/C++ Build -> Environment, I have set the path to be C:\Linaro\bin where i installed my linaro and executable
but when i clicked build... there is build error "MAke: *** (test) error 127"
However when i changed my current builder to CDT Internal builder.. the error is gonne and it build successfully...
Can someone point out where i have gone wrong?
THanks