Temat: własny program helloworld
Witam,
zabrałem się za robienie własnego programu na openWRT pobrałem
OpenWrt-SDK-ar71xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2rozpakowałem nadałem uprawnienie dla zwykłego usera
dalej postępowałem zgodnie z tym od pkt 2
https://forum.openwrt.org/viewtopic.php?id=27344
i po komendzie
make package/helloworld/clean && make package/helloworld/compile dostaje komunikat
debian@debian:~/openwrt/OpenWrt-SDK-ar71xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2$ make package/helloworld/clean && make package/helloworld/compile
tmp/.config-package.in:11:warning: 'select' used by config symbol 'PACKAGE_helloworld' refer to undefined symbol 'PACKAGE_libc'
tmp/.config-package.in:12:warning: 'select' used by config symbol 'PACKAGE_helloworld' refer to undefined symbol 'PACKAGE_librt'
tmp/.config-package.in:13:warning: 'select' used by config symbol 'PACKAGE_helloworld' refer to undefined symbol 'PACKAGE_libpthread'
#
# using defaults found in .config
#
Your configuration changes were NOT saved.
Makefile:38: *** missing separator. Stop.
make[3]: *** [package/helloworld/prereq] Error 2
make[2]: *** [/home/quantum-debian/openwrt/OpenWrt-SDK-ar71xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2/staging_dir/target-_-/stamp/.package_prereq] Error 2
make[1]: *** [prereq] Error 2
make: *** [package/helloworld/clean] Błąd 2
debian@debian:~/openwrt/OpenWrt-SDK-ar71xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2$ czy to problem z tym że sciągnalem gotowe SDK a nie kompilowałem go samemu ?