Hi, all,
i have OMAPL 137 EVM . I want to build the GPIO example(kernel module) , provided in Linux Support Package_02_20_00_07(gpio_test), and i have errors at building process .
I use commands, which notified in readme.txt file, here is a dump:
$host # cd /ti/projects/gpio
$host:/ti/projects/gpio# make -C /ti/LinuxVersions/lsp/ti-davinci/linux-2.6.18_pro500 M='pwd' ARCH=arm CROSS_COMPILE=arm_v5t_le-
make: Entering directory `/ti/LinuxVersions/lsp/ti-davinci/linux-2.6.18_pro500'
scripts/Makefile.build:17: /ti/LinuxVersions/lsp/ti-davinci/linux-2.6.18_pro500/pwd/Makefile: No such file or directory
make[1]: *** No rule to make target `/ti/LinuxVersions/lsp/ti-davinci/linux-2.6.18_pro500/pwd/Makefile'. Stop.
make: *** [_module_pwd] Error 2
make: Leaving directory `/ti/LinuxVersions/lsp/ti-davinci/linux-2.6.18_pro500'
$host:/ti/projects/gpio #
The "pwd" subdirectory is empty. I not found solution in this forum,please, any suggestions...
Thanks&Regards.