Re: [uClinux-dev] A question About MAKE
Thanks Glen for your email, But i don't know after the make, what of the files should be replaces in the Snapgear, I have Snapgear in The red-hat linux, I could relate to my board(which contans Snapgear) by copying application files and etc, in this case i don't know what sort of file must be copied after making, Appriciate if you have any reply. L. M. Glenn Henshaw <[EMAIL PROTECTED]> wrote: On 22-Jul-07, at 8:19 AM, L M wrote: > Dear All, > > I have a question about making changes in the files, > I want to make some changes in /Snapgrear/Linux2.6../Drivers/Char > I want change one of C files, but I don't know how kind of makes I > should do, And what is the main file to get to snapgear, > > Could anyone please help me, When I cause my changes how do i do > with make? If you just change c files, you don't need to change any make files. Re-running make from the top level will walk through all of the make files in the system and re-compile only what has changed. There are instructions in the 'docs' directory on adding new user modules. -- Glenn Henshaw Logical Outcome Ltd. e: [EMAIL PROTECTED] w: www.logicaloutcome.ca ___ 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 - Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. ___ 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
[uClinux-dev] A question About MAKE
Dear All, I have a question about making changes in the files, I want to make some changes in /Snapgrear/Linux2.6../Drivers/Char I want change one of C files, but I don't know how kind of makes I should do, And what is the main file to get to snapgear, Could anyone please help me, When I cause my changes how do i do with make? Regards - Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. ___ 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
[uClinux-dev] Serial port releasing in Snapgear
Dear All, I had a problem using UC-Linux, I initialize Snapgear using serial port, then I want to connect to the other computer through PPP protocol using Serial Port, unfortunately serial port is busy by Snapgear how can I release it? I use serial port only for initializing Snapgear and after that i connect to Snapgear by telnet by still serial port is busy, Could anyone help me about? Regards, L M - Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A.___ 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
Re: [uClinux-dev] a problem using pppd for null-modem connection
Dear Steve Thanks for your comments, When I start to add a new hardware (Modem Connection) It wants me to set a provider for it, I don't know what i must do? I select randomly the one, then i select my IP both manually and automatically, but in both ways when i want to activate the device it makes some error, Could you please help me about? Regards L. H. Steve Witt <[EMAIL PROTECTED]> wrote: On Thu, 21 Jun 2007, L M wrote: > Dear All, > > in the folowing command and options what is the mean of local IP and > remote IP, How can i set them and where? > > pppd -detach crtscts lock : /dev/ttyS3 38400 > > Regards, The local/remote IP addresses in this command are the IP addresses that will be assigned to the ppp network interfaces (i.e. ppp0) on the local and remote machine. On a machine, the ppp network interface requires an IP address. There are various ways of assigning that address. One way is to specifically assigned the IP address, which is what the above command is doing. You would replace "" with the IP address that the interface should have, such as "192.168.1.1". PPP also allows one side of the connection to provide the IP address to the other side of the connection, this is the in your command. So this would be an IP address, such as "192.168.1.2" that would be provided to the remote machine (the machine on the other end of the serial cable/modem connection). There is a LOT of PPP configuration information available on the web. I'd probably start with the PPP HOWTO that can be found at . There are many, many ways to configure a PPP connection depending upon what you are trying to do, and this HOWTO explains an awful lot of that. ___ 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 - Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. ___ 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
[uClinux-dev] a problem using pppd for null-modem connection
Dear All, in the folowing command and options what is the mean of local IP and remote IP, How can i set them and where? pppd -detach crtscts lock : /dev/ttyS3 38400 Regards, - Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. ___ 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
[uClinux-dev] using pppd in Snapgear
Dear All, I am using Snapgear and I want to connect my pc to this embeded linux(Snapgear) using PPP protocol, I can connect my computer through a PPP dialing, But I don't know what is the true commands (for example pppd and its options) to connect in Snapgear Side, Could anyone help me about? Regards, - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.___ 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