Hi,

[EMAIL PROTECTED] wrote:
> Hi everyone
>          I'm a newcomer to uClinux.org .now I want to design embedded 
> VPN on uClinux + ARM7(s3c4510b).After searching by google ,I found 
> OpenVPN and OpenSSL.
> now I want to know whether I should trans
>  
> 1.How to transplant a program to uClinux ?just insert functions  defined 
> by myself in  main cycle of uClinux,then compile and link the whole 
> project include uClinux,then download to device based on  ARM7 ? I ever 
> wrote  program for MCU,so I donn't know whether I should write program 
> on uClinux in the same method.

uClinux is Linux. Therefore you write programs the
same way. There are plenty of good books on developing
for Linux, might be best to start there.

Regards
Greg




> Whether should I write like this:
> while(1)
> {
>   call funcition defined by myself
>  call funcition provided by uClibc
>  .................................................
>  
> }
> compile it ,then call it as a user program when uClinux bootup?
>  
> 2.what software can I use to download my program to flash through JTAG 
> or ethernet?Can I specifiy which folder to download into?for example 
> /usr folder?
> 3. what software can I use to debug my program on  flash through JTAG or 
> ethernet?This software can set hardware breakpoint (not software 
> breakpoint) so the program will stop where I set a breakpoint in my 
> program.and I can read specified varieties or registers.or write value 
> to them?
>  
> 4 If I can put a .exe file to /usr folder ,and call it in my program?
> 5.anyone knows OpenVPN and OpenSSL?thether I can copy  .exe file in  
> /bin folder of OpenVPN to /usr folder of uClinux and call it in my program?
>  
>  
>  
>  
> 
> 
> ------------------------------------------------------------------------
> 150 万 人 同 时 在 玩 的 网 游,你 不 试 试 吗 ? 
> <http://event.mail.163.com/chanel/xyq.htm?from=126_NO1>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev

-- 
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to