From sumeetp at crystalindia.com Fri Jun 3 14:38:18 2005 From: sumeetp at crystalindia.com (sumeetp) Date: Wed Mar 22 21:09:21 2006 Subject: [Wd_general] WDLinux on SBC 104+ Message-ID: <003001c567fa$7a5c9560$0801a8c0@sumeet> Hello, I have SBC 104+ with installed WDLinux on 96 MB HDD. It has 71 MB free now. This hasn't installed other Development Tools like GCC,GDB & other utilities. I want to install these Dev. Tools on this HDD. Howmuch space all above mentioned Dev. Tools required ? How can I installed within this available space ? So, I can do my Other Devlopment within free space. Please, reply as soon as possible. Waiting for positive reply from your side. Thanks & Regards, Sumeet Pawnikar Embedded S/w Developer Crystaline Infotek Pvt Ltd., Pune, INDIA. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.emji.net/pipermail/wd_general/attachments/20050603/44c5904e/attachment.htm From sumeet_pawnikar at yahoo.co.in Thu Jun 9 10:47:27 2005 From: sumeet_pawnikar at yahoo.co.in (sumeet pawnikar) Date: Wed Mar 22 21:09:24 2006 Subject: [Wd_general] WDLinux Kernel Compiling Errors Message-ID: <20050609095339.6292.qmail@web8606.mail.in.yahoo.com> Hi, I had written simple kernel insert & cleanup module. I got errors like linux/prefetch.h:13:27: asm/processor.h:Nosuch file or directory linux/prefetch.h:14:23: asm/cache.h:Nosuch file or directory linux/module.h:26:24: asm/atomic.h:Nosuch file or directory linux/modlue.h :63: Syntax error before "atomic_t" linux/modlue.h :65: Syntax error before "}" token linux/modlue.h :94: Syntax error before "}" token linux/module.h:299:27: linux/version.h:Nosuch file or directory linux/modlue.h :63: Syntax error before "UTS_RELEASE" my view is that it doesn't get these headers properly, because, above asm/ processor, cache, atomic are in the directory /usr/src/linux2.4.29/include/asm-i386 So, How I can give that path to this one. I am waiting a positive reply from your side. Rply,as soon as possible. Thanks & Regards Sumeet --------------------------------- Discover Yahoo! Have fun online with music videos, cool games, IM & more. Check it out!-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.emji.net/pipermail/wd_general/attachments/20050609/e66a3e75/attachment.htm From sumeet_pawnikar at yahoo.co.in Fri Jun 10 09:06:02 2005 From: sumeet_pawnikar at yahoo.co.in (sumeet pawnikar) Date: Wed Mar 22 21:09:26 2006 Subject: [Wd_general] WDLinux Kernel Compiling PROBLEM Message-ID: <20050610081219.37442.qmail@web8606.mail.in.yahoo.com> Hi, I have SBC 104+ with installed White Dwarf Linux on it. I have installed all dev_tools properly as mentioned on site. I had written a simple Kernel init & cleanup module for device driver. My code is as follows: --------------------------------------------------------------------------------------- #include #include int init_module(void) { printk(" Kernel Speaking...."); return 0; } void cleanup_module(void) { printk(" Kernel Gudbye...."); } --------------------------------------------------------------------------------------- I am compiling above using following command: gcc -O2 -I /usr/src/linux-2.4.29/include -DMODULE__ -D__KERNEL__ -DMODVERSIONS -c filename.c Now, I am facing belowed errors: /usr/src/linux-2.4.29/include/asm/processor.h:56:'CONFIG_X86_L1_CACHE_SHIFT' undeclared here ( not in a function ) /usr/src/linux-2.4.29/include/asm/processor.h:56: requested alignment is not a constant /usr/src/linux-2.4.29/include/linux/config.h:4:28: linux/autoconfig.h : No such file or directory Please, Reply as soon as possible. I am waiting a positive reply from your side. Thanks & Regards, Sumeet Pawnikar --------------------------------- Discover Yahoo! Have fun online with music videos, cool games, IM & more. Check it out!-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.emji.net/pipermail/wd_general/attachments/20050610/48b05b9b/attachment.htm From sumeet_pawnikar at yahoo.co.in Sun Jun 12 16:00:16 2005 From: sumeet_pawnikar at yahoo.co.in (sumeet pawnikar) Date: Wed Mar 22 21:09:29 2006 Subject: [Wd_general] Infom. regarding GUI in WDL Message-ID: <20050612150636.43757.qmail@web8610.mail.in.yahoo.com> Hi , White Dwarf linux does not support "startx" command like in Red hat Linux, for GUI access. Actually we want to use web browser. Is there any other command for GUI access? Please reply on this. Thanks & Regards, Sumeet --------------------------------- Discover Yahoo! Get on-the-go sports scores, stock quotes, news & more. Check it out!-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.emji.net/pipermail/wd_general/attachments/20050612/1f4c811f/attachment.htm