General :: Make Project Which Have Involvement Of System Platform?
Aug 28, 2010
I am in my final year B.tech....I want to make a project which have involvement of linux platform...i have basic knowledge of c,c++,java and PHP...i have a LAN in my college...so LAN networking is also possible...Any ideas are most welcome even silly ideas too because i am lacking of ideas right now...also suggest basic type of projects not very hi-fi..
View 4 Replies
ADVERTISEMENT
Feb 11, 2011
I have made a game for Linux and want to release it soon (on linux & windows). Since its SDL/OpenGL and I dont do any special things it shouldn't be much porting to windows. Problem: Maintaining I have the game in code::blocks SDL project on Linux. So I got wine and installed wined Code::Blocks with MingW so I can cross compile on Linux. For another game I made, I used a Makefile which has "if" statements to set up compile variables. And everything else is totally identical to windows & linux (code, source files and etc...)
With codeblocks I got used to not having to worry about makefiles and it did well and I better focused on making the game rather than everytime a new file is added editing the makefile and etc... Is there some nice ways to have a cross platform environment to make it easy to make games for Linux and windows. I'm thinking of making my own system of auto-generating a makefile (essentially upgrading the setup I have for my previous game to auto add entry's to the makefile & some other stuff).
View 2 Replies
View Related
Sep 9, 2010
I have learned RHEL 5 recently and i m an engineering student, i want to make a project using RHEL 5, I have done mainly Servers.
View 2 Replies
View Related
Jun 15, 2010
I'm trying to run the kernel configurator for my embedded ARM platform (PXA310) but so far I can only get it to run for my build platform, an i386/32 machine. I've tried running "make ARCH=arch/arm/mach-PXA3xx xconfig" in various combinations, but the maker always complains that it can't find the target "arch/arm/mach-PXA3xx". Doesn't matter what order I put the arguments on the command line.
I also have CROSS-COMPILE defined in the environment correctly and can otherwise build for my embedded target. I just can't run the config tool; I need to enable USB On the Go.
View 3 Replies
View Related
Oct 24, 2010
I'm sure most of you know that making a file or folder hidden is simple in the Linux world: Add a period (.) before the name. However, if you were to save such a file or directory to a flash drive, it would only be hidden on Linux systems. If you plug the flash drive into a Windows machine, Windows will happily show the file.Is there a way to make cross-platform hidden files?
View 4 Replies
View Related
Jun 7, 2011
I am trying to recompile a large open source project with the Nvidia Cuda Compiler: 'nvcc' [URL].. nvcc supports all the compile flags that gcc does but not all of the linking options. This shouldn't be a problem however as nvcc generates object files that are compatible with gcc and I should hence be able to compile with nvcc and then link with gcc (linking against the CUDA library).
To compile with nvcc I use:
./configure CC=nvcc
Which successfully creates make files that se nvcc to compile. But the Configuration script does not seem to honor LD=gcc in the same way, ie: ./configure CC=nvcc LD=gcc still tries to link everything with nvcc which promptly fails because nvcc does not support the option '-soname' without which the project will not link correctly. What am I doing wrong? How can tell the config script to link with gcc?
View 1 Replies
View Related
Jun 29, 2010
[URL]...Now it works in Windows platform. Some functions rely on win-specific code and need to cross-platform alternatives. Can some one help to build chain(make or cmake) for this awesome project? any one can compile the Linux generator and transfer the project under *nix platform.
View 1 Replies
View Related
Apr 13, 2010
hi i want to lock my usb port of system.i am using linux fedora 11 operating system. so for that purpose i want to know or i want the detection code that detect any external devices plug in to system.
View 8 Replies
View Related
Apr 20, 2011
basically in the child process iam just calling the ptrace(PTRACE_TRACEME, 0, NULL, NULL) system call but if add this stsyem call rest of the code not working properly. i found the reason basically what happening is when we have ptrace() system call its printing the same variable 3 times i.e its not executing it 3 times but just it is printing 3 times .iam just wondering how it could be possible.
View 1 Replies
View Related
Mar 26, 2010
I would like to use my Ubuntu 9.10 Karmic system to scan and clean viruses from Windows based HDD. I have KlamAV, AVG, and AVAST. I couldn't get F-prot to work. I don't find a debian package of it and don't know how to install tar.gz and the tutorials don't help a lot. Are there other antivirus solutions which are good for cleaning Windows OS but work on Linux/WINE? I wonder if I can install antivirus software in WINE and scan with no problem the hard disks.
View 5 Replies
View Related
Mar 22, 2009
I hv a text file in redhat linux platform and i need to copy this file to windows platform running on the same system. Is there any command for this.
View 1 Replies
View Related
Jun 27, 2010
I am web developer, i am work with php,and want choice best linux for create my project
and learn web server
View 4 Replies
View Related
Dec 9, 2010
i am doing my academic project on Alix 3d3 system boards can u me the OS and also i am writing some program using C which i have to load it into the system boards, so which compiler is best suited?
View 4 Replies
View Related
Apr 21, 2010
I have recently trying to build an Accounts system database for a project. When you run the program it goes in the main menu sort of like this.
Accounts System
Add a Customer With a Contract......1
Add a Customer Without a Contract...2
Display all Customers...............3
Find a Customer.....................4
Edit a Customer.....................5
Print a Statement...................6
Print an Invoice....................7
Load File...........................8
Save and Exit.......................9
When you add a customer with a contract, you add name, address, start contract, end contract, payment and email address. Now, is there a code I could write to get back to this menu. To not confuse anyone, all I just saying is supposing I accidentally push number 1 on the keyboard and suppose I didn't want to add a customer. In other words I need a code that can cancel (or stop) adding a customer to go back to the accounts system menu.
[Code]...
View 3 Replies
View Related
May 31, 2010
I am/was(?) running a dual boot Windows 7 Home Premium and Fedora 12 system on an AMD Phenom platform.
I thought that I would try the KDE desktop and installed it with the command
yum groupinstall "KDE (K Desktop Environment)"
After tasting KDE for a while I decided that I far prefer Gnome.
I removed the KDE with
yum groupremove "KDE (K Desktop Environment)"
This appeared to work but I then found that whilst I can boot into Windows 7, I can no longer boot into Fedora 12.
I have tried booting the F12 DVD and going into to the Rescue function. I re-installed grub but still cannot boot into F12.
I have looked at grub.conf but can see nothing wrong.
View 14 Replies
View Related
Jul 28, 2011
How to write a cron jobs in linux to monitor my project diskspace usage?
check diskspce= du -h .
any clue for me as a beginner?
View 7 Replies
View Related
May 8, 2010
I am trying to install madwifi on fedora 12. I am getting following error which i "make" the project.
[code]...
View 3 Replies
View Related
Jul 6, 2011
Can I make a LiveUSB with persistance that can boot on a Mac or a PC? I have heard about GRUB2 but I have been having trouble installing it. rEFIt can be installed on the Mac and used to boot the USB but I want a method that allows me to bring my flash drive anywhere and boot the OS. I want there to be no required software on the other computer. Is this possible? If so can anybody post a guide on how to do it?
View 1 Replies
View Related
Mar 4, 2010
I am in B.E(I.T). I want to make career in Linux in India but i don't understand how to make career in Linux. I want to be Linux developer. i don't understand from where to start?
View 14 Replies
View Related
Apr 11, 2011
Its very easy to make DSL connection in the windows operating system.But I do not know how to configure my system to make connection on Linux.Anyone can suggest me what type of modem and router i should have to use to make a connection on the linux.If there any commands to make connection then mention it.
View 2 Replies
View Related
Feb 22, 2011
can any one tell me how i can make my system dual boot ie how can i install Linux with XP on my system.
View 5 Replies
View Related
Apr 27, 2011
I need eight (8) raw devices for use with Oracle 11g. I am having a time trying to get these configured and persistent? Anyone have a post. I'm sure someone has figured out how to do this in version 5.
View 10 Replies
View Related
Jul 2, 2011
Which linux platform is the best to use for c++ and phyton? I'm going to study phyton on my own, and I wish to know what the best phyton platform is? Also, is there a way to get more harddisk space from windows vista to my dualboot linux?
View 2 Replies
View Related
Jun 9, 2011
I need to write a small application which needs to detect if the system time is changed by an another application/user and perform some action as soon as it is detected (maybe log the data that time has changed, along with info about which application/user changed it).
How can this be achieved?
I have good programming experiences in shell script, c and beginner level in python.
I don't need to know when it was changed, just need to know who/what changed it.
The system uses NTP to sync the time, but it is also possible for anyone/any application to change the time(for eg: using the simple "date" command as well).
View 2 Replies
View Related
Apr 7, 2010
How to make a file system like ntfs in linux like RHEL5.0 ?
View 3 Replies
View Related
Aug 13, 2010
I,m new to linux. I don't know how to do settings for Internet connection.
so, please send me complete detail of how to make settings for Internet connection.
View 3 Replies
View Related
Aug 11, 2010
My team member want to use "mknod" command for build root file system of our project...
But, mknod is only excutable by "root".
I don't want to let them know the root password.
I think that "sudo" and "fakeroot" are the way to use mknod...
Except for those command, are there any way to use "mknode" ?
OR
Is there any solution for make "root file system ?"
View 1 Replies
View Related
Apr 16, 2010
We are normally using IPC for exchange of data between multiple threads or processes. Out of following IPC which are platform independent and why they are platform independent?
1. FILEs
2. Socket
3. Named Pipes
4. Shared Memory
5. Message Queue.
View 1 Replies
View Related
Aug 5, 2011
I am working on LPC Linux platform. I would like to log some data into SD card from the application. For this I need to know the drivers of SD card. Can any one tell me what are the drivers for SD card in LPC Linux? what are the APIs atleast/ what is the header file/
View 3 Replies
View Related
Jul 17, 2011
hardware platform for a typical PC that is going to be running Red Hat Fedora Linux
View 3 Replies
View Related