General :: Code Compilation For ATOM Processor?
Jan 19, 2010
Just i need some clarification. Is there any different form compilation is for Intel ATOM processor? Its same like all other intel processors right? or it has any different type of compilation should be followed for Intel atom processor?
View 1 Replies
ADVERTISEMENT
Jan 19, 2010
Just I need some clarification. Is there any different form compilation is for Intel ATOM processor? Its same like all other intel processors right? Or it has any different type of compilation should be followed for Intel atom processor?
View 5 Replies
View Related
Oct 28, 2010
my play on linux wont work i go to download a game and it just freezes then it asks me to force quit or wait is because of the computer im using a netbook nb305 toshiba with a intel atom processor with ubuntu netbook os?
View 14 Replies
View Related
Jul 28, 2010
If opensuse will run on a notebook with an Intel atom processor?
View 5 Replies
View Related
Dec 13, 2009
how vlc source code can be compiled?
View 2 Replies
View Related
Aug 28, 2009
I had been working on a CPP code for sometime now, without being aware that some parts of its code, especially security related were not being compiled. Problem was like my product did not work for SSL mode. On analysis, I found that some part of CPP codes inside a switch(ENABLE_SSL_LIBRARY)were not getting compiled at all. And also that this gets set when we do newgrp crypto command on the box. This left me without lots of doubts. I wanted to understand how these switches work and if this switch was propreitary to my code or something related to Linux.
My questions now are:
1. Switches like the one mentioned above, are they user defined, for my particular code or are they related to Linux/GCC or makefiles?
2.If a user can define such switches to control code compilation, then need to know the concepts/procedures behind it. How is it done ?
Kindly excuse if these are very very basic. But since I could not get proper stuffs on google, I thought I should ask some experts here who could either explain me or point me to appropriate resources (links of articles / tutorials)
View 1 Replies
View Related
Feb 10, 2010
I want to compile the the source code given in a well known unix programming book(stevens) .I downloaded the codes but unable to build it ,giving me an errorerror: stropts.h: No such file or directoryI don't know what to do....I am using fedora 11 latest gcc in the system.
I also try to include the search path which include a file -I./usr/include/xulrunner-sdk-1.9.1/system_wrappers but itI open the header file and the definition is there #include_next<strops.h>so ultimately there is not the original file
View 5 Replies
View Related
Dec 9, 2010
whenever i am trying to compile a c++ program i am getting the following error sample.cpp:1: fatal error: iostream.h: No such file or directory compilation terminated
View 1 Replies
View Related
Jan 5, 2010
i have installed ubuntu in my laptop.since i have AMD processor fedora doesnt support AMD processor..the recent version fedora 12 supprots AMD processor.i am doing my final project in ns2 hence it should support tht too!!! Which is the best choice to override ubuntu grub fedora 12 or redhat linux.
View 3 Replies
View Related
Aug 2, 2010
I have decided to do away with windows for the obvious reasons. I have carried out a new instal of Ubuntu 10.04. on a formatted HDD in a Gigabyte GA-510UD atom mother board and have found that I can't install the M/B drivers from the indtall disk.
View 5 Replies
View Related
Mar 19, 2011
Can anybody please explain me how source code compilation gives more performance than yum?
View 3 Replies
View Related
May 13, 2011
I am working on ubuntu right now and it is quiet easy to install firestarter firewall on ubuntu thru GUI interafce but my requiremnet is to install firewall on target (powerpc 8560 ),so i have to compile firestarter source for target powerpc (montavista linux) and installed it on target. I have downloaded firestarter-1.0.3.tar & .src.rpm file both but not able to compile it for my target which is powerpc (8560).
1.How to compile source code for powerpc ( I have environment created for ppc compilation but do not know how to modify the configure file to change the compiler) because it is compiling firestarter source code with gcc compiler bydefault i. e for host. How can i change the compiler " CC "? 2.What will be the executable created to be installed on target after compilation ? 3.Is the cross compilation for target is possible?
View 3 Replies
View Related
Jul 10, 2010
I'm trying to compile a fortran code (not my own and I don't know fortran well) and have been having some trouble as the compilation starts and then fails as the computer completely freezes (as in press power button freeze). I added 1.5Gb swap memory as the computer only has 1GB and then tracked the memory use as the process happened and it seemed that the swap wasn't even used. The memory usage hit 90% of the 1.Gb and the machine froze again. The compiler is gfortran
View 1 Replies
View Related
Nov 13, 2010
In a chroot einvironment i am trying to compile gcc but is says that i need a newer version of glibc, but i have the newest version of it. i think somehow it trys to use the older glibc from the ubuntu install im makeing it on.
View 1 Replies
View Related
Apr 8, 2010
I wish to know that which gcc release version had support on ARM 9 multicore system by using pthread library for its parallelizing method on ecos rtos.I assume that the compiler that support the single ARM 9 processor will surely compile its multicore version also.But i need a clarification about it.It is good if you give a article or provide a suitable link on the ARM multicore programming and its compilation method
View 1 Replies
View Related
Dec 24, 2010
I am compiling a new kernel. I have successfully compiled it, how to modify grub.cfg. I am using ubuntu 10.10.
Can I use 'update-grub' ?
I tried using that and even its updating the grub with new kernel. But after I boot the new kernel its showing
The disk for / is not ready or does not exist
#and some statements# M for recovery ...
Is there any problem with kernel compilation and why is that coming ?
View 9 Replies
View Related
Apr 29, 2010
Why it asking me for options to be selected while I run: Code: make oldconfig.I am in verse to compile latest reased kernel 2.6.34-rc5 on Ubuntu 9.10?what i did is Just pressed "Enter" key ( i think it will dsiable everything?Not sure) and created a .config file.
View 5 Replies
View Related
Apr 28, 2010
I have ~200 c files in my makefile[$(SRCS)], and it compiles all of the files using a single gcc command. So each time I make a change in one c file, it ends up re-compiling all the files, then linking to make the
binary. How can I break out the compilation into individual gcc commands for each c file, so that make checks the timestamp and accordingly compiles only the modified files.
My current Makefile looks like this.
clean:
View 5 Replies
View Related
Apr 5, 2011
compiler problem (f77) which arises when I try to execute a bash script ("compile" see [1] below) running under Cygwin on WinXP. The script finds the correct file(s) but the compiler does not recognize them as fortran source files. If the script is executed sequentially from the command line then there is no problem.
The directory structure of flh971da contains two subdirectories flh971da/scripts and flh971da/source. The compile script [1] is shown (in part) below. The script changes directory to flh971da/source, and compiles source from subdirectories flh971da/source/n where n=a,b,c etc and places the object files in flh971da/source/nobj n=a,b,c... etc. The response to flh971da/scripts/compile script is given below [2]. It is clear that the compiler (f77) locates the correct source file [4] (flh971da/source/a/a00aaft.f) but does not recognize it as a fortran source file. All relevant files have been processed with d2u. I suspect the problem is with the script, but I have no idea how to fix it.
[Code]....
View 3 Replies
View Related
Dec 13, 2010
Is it possible to convert/recompile an already compiled x86 binary into an ARM binary?I'm using a BeagleBoard with a command-line Ubuntu (Maverick) and want to run a Ventrilo server but the x86 executable they supply cannot be run on the hardware as far as I can tell (most likely due to differing architecture).Unfortunately I don't have access to the source to allow me to recompile it natively.
View 3 Replies
View Related
Mar 3, 2010
I am going to order the parts and build a new PC soon. One goal I have on my new machine will be to use Windows as little as possible and use Linux. In Linux I will need to use an emulator/virtual machine of some sort for things like playing World of Warcraft or City of Heroes and running Photoshop. (No, Gimp is not just as good for my needs). I plan to have 4Gb, to start, of ram and my question comes to one of processor selection. I assume that running a Windows app in Linux would be one of the most system taxing things I could do. Would I be better served by more processor cores or a higher clock speed for these tasks? I will undoubtedly have an AMD proc. I have been considering the following.
Athlon II X3 440 3.0 Ghz.
Phenom II X3 720 Black Edition 2.8 Ghz
Phenom II X2 555 Black Edition 3.2 Ghz
Athlon II X4 630 2.8 Ghz
AMD Phenom II X2 545 3.0 Ghz
I am leaning towards the X3 440 (or 435) for the sake of cost so that I can squeeze a discreet video card into my budget but that it outside the scope of my question. Extra info just in case The Black Editions are very over-clockable with unlocked CPU multipliers. The Phenom II CPUs have 6Mb of L3 cache and the Phenom II CPUs do not. The question boils down to how well Linux and Wine are multi-threaded to make use of all available cores and what impact, if any, L3 cache has in a Linux environment.
View 2 Replies
View Related
Jan 28, 2011
I was wondering if I would be if i able to use x86 linux distros with my 64 bit processor, or do I have to use the 64 bit version?
View 4 Replies
View Related
Jul 23, 2010
I have an old mini-desktop computer I want to have as a spare machine for internet browsing and checking email. It has a copy of XP currently, but the previous owner didn't put the key in so I can't get onto it at all. I plan on putting linux on it, just not sure what it can handle. It has 384 megs of RAM I believe, and the processor is a via C3, so I'm not even sure if I can run linux on it. I've checked the faqs and googled a bit, but I can't tell if it's i486, i586, or one of those things, and I'm not sure what linux distros(if any) are compatible. Will linux mint be able to run on a 900mhz processor of this sort and 384 megs of RAM? I'm thinking no, but it's the only linux distro I've dabbled with before. If not, will ubuntu? Will opensuse?
View 5 Replies
View Related
Feb 4, 2010
I want to delete 'processor' module, but simple modprobe -r doesn't work:
Quote:
$ modprobe -r processor FATAL: Module processor is in use.
How can I do it?
I guess it's natural. Processor module allows the cpu to go to C1-C3 states (in my case). It may be possible to do it brutally, by running a superfluous process to force C0, but I'd like a sophisticated way.
The reason I'd like it is I'm troubleshooting hibernation (s2disk). According to [URL], it's worth trying.
View 2 Replies
View Related
May 5, 2010
Any Linux distros which can support 32 processor ?
View 11 Replies
View Related
Jun 11, 2010
I read that AMANDA is only for Intel processors, but I have a PowerPC processor and I want to install AMANDA.Someone said that I have to find the distro of my RH and there should be AMANDA packages available.
My distro is: Red Hat Enterprise Linux AS release 4 (Nahant Update 7)Where can i find AMANDA for my distro??
View 4 Replies
View Related
Feb 14, 2011
I want to disable processor cache or in other words, want to read write data directly from RAM... Is there any way to make it possible? I am talking about on chip cache memory not any disk cache stuff.
View 1 Replies
View Related
Nov 14, 2010
I have quite an old laptop using an XP OS with an Intel(R)Pentium(R)M processor, 1400MHz 1.40GHz,with 504 MB of RAM,and with Service Pack 3. (this info was taken off the system properties info) I have recently been given a new HD Digital camera which needs a Pentium 4 or above on Windows XP for the software to work. As I said I'm not very good with this sort of thing so have searched for information about the subject, but not had much luck so far understanding the terminoligy used. That's how I came to this website. what the difference is between these two OS, also if my laptop system is compatable with a pentium 4 or not is it more or less that a pentium 4.
View 5 Replies
View Related
Jul 31, 2011
is there a way to retrieve the processor model without taking information from bios? I don't know which processor is really mounted. I want to set up the right processor timing, but I don't know the processor type. Every time I change the timing for the processor in BIOS another processor type is determined (I should be an Athlon XP +1500, I think, but I don't know really).
I think with less /proc/cpuinfo the results depends on the timing that is set in bios. So could you tell me how I can find out which processor is really mounted?
View 1 Replies
View Related
Mar 13, 2011
I am trying to build a low cost computer, and over the last few days, I was interested in Linux as my OS to use. All I really need for the computer was the internet, word processors, and 3 games: "Wizard101", "Fusion Fall", and "Free Realms". Would Linux run on a built computer with an AMD processor and an on-board GPU? And would Linux run all of my needs/wants for this computer?
View 9 Replies
View Related