How to done these in DSL embedded?


Forum: User Feedback
Topic: How to done these in DSL embedded?
started by: lumina2000

Posted by lumina2000 on Oct. 13 2006,21:00
Hello world...

I am new to DSL embedded, I wish someone to help me to done the following tasks:

1- How to mount my hard disk to transfer files easily than using other methods like "smbclient", even mounting tool shows green button for "hda" and "hdb" but still I can not see my hard disks under folder "/mnt" or "dev" (my hard disk is partioned into 2 partions and they r using NTFS).

2- When I use "tcc" complier, it gave me error said "include file 'stdio.h' not found", I already include this line in my .c file "#include <stdio.h>", I don't know why this happen.

3- The manual is not available in DSL embedded, how can I include it.


regards
lumina2000

Posted by ^thehatsrule^ on Oct. 13 2006,21:28
1. See embedded forum section

2. I don't think header files are included... but just a quick test using main () { printf("Hello World!"); } worked.

3. Manual for what?

Posted by lumina2000 on Oct. 13 2006,21:43
Thank u "^thehatsrule^" for ur replay,

for the third request I am asking for the C manual that is already exist in Linux (e.g if u write "man fork" in the shell, it gives u how to use fork) and so on.

Posted by ^thehatsrule^ on Oct. 13 2006,22:25
3. DSL uses the man pages off of web pages
If you have an internet connection, you will have access to them.

If you have an archive of them that you wish to use, save them to /usr/share/man , and use the 'traditional' man program.

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.