I try to compile the at example provided in the SDK.
As suggested in other posts i moved the at folder into SDK root.
now i try to compile form SDK_ROOT/at/
typing "make" i get:
make -C crosstool-NG -f ../Makefile _ct-ng
make: *** crosstool-NG: No such file or directory. Stop.
make: *** [crosstool-NG/ct-ng] Error 2
where does "-C crosstool-NG" come from? i don't see it.
of course it fails, there is not crosstool-NG folder in SDK_ROOT/at/
what do i miss? how to change where crosstool-NG is located?
thanks for any advise.
inx