If anybody can help me with this I would really appreciate it because it\'s driving me insane.
When I compile an OpenWRT image from scratch including my packages, usuall
you can try to "make clean "your folder countaining sources maybye it's should be your folder helloworld for some beginner like me (try again);and verify if your path is well define (try again); do this in your openwrt folder
./scripts/feeds update mypackages
./scripts/feeds install -a -p mypackages
(try again)