[OpenWrt-Users] packages vs executables files

Georg Lippold georg.lippold at gmx.de
Sat May 10 05:09:11 CEST 2008


Hi Daniel,

check out kamikaze from svn and run

make menuconfig && make

Configure kamikaze for your platform. Then you'll find a directory
called staging_dir_XXXX/bin (replace XXXX by the architecture of your
router, e.g. mips). In this dir is a XXXX-linux-uclibc-gcc that you can
use to compile your program.

Regards,

Georg

On 2008-05-07 05:10, Daniel Baluta wrote:
> Hello ,
> 
> I have  installed openwrt ( kamikaze ) on a router and now i want to
> make a simple hello world program.
> 
> AFAIK you cannot just simply gcc hello.c to get an executable file
> because you dont have a gcc on openwrt.
> I also  noticed that you can make packages outside and install into
> router system.
> My question : is there any other posibilty to run a program inside
> openwrt without using package stuff? For example :
> Create an executable using a cross-compiler outside , copy and run it
> on openwrt.
> 
> thx.
> _______________________________________________
> openwrt-users mailing list
> openwrt-users at lists.openwrt.org
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
> 
> 


More information about the openwrt-users mailing list