I have made my cross compiler using crosstool-ng :--
http://www.bootc.net/archives/2012/05/26/how-to-build-a-cross-compiler-f...
Now i have to cross compile wxGTK using this cross compiler.
wxGTK requires GTK+ & X11 libraries to build.
recently i was been to an interview to an automotive company, they have posed me a question that what section of compiler must be changed if the target is changed.
ie,if ur compiler is meant for generating executable to a 8051 target what changes do you do to make it flexible to generate the executable even to AVR, will you change the preprocessor,or the assembler or the linker or what....how
This is what I have in PATH:
PATH=/opt/ClosureCompiler:/home/vmadmin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
There is a compiler.jar in /opt/ClosureCompiler, but when I call
java -jar compiler.jar
I get
Unable to access jarfile compiler.jar
Though java -jar /opt/ClosureCompiler/compiler.jar works just fine.
So, can java follow the PATH for filenames re
I am in a need to use AMD Open64 compiler. I wonder how can I add this compiler to Code::Blocks compiler list. I havent found any option like in NetBeans for example, where I could define compiler. Is it at all possible?
Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. (read more)
Hey Guys!
I'm trying to install openrave from source on Fedora 17 x64.
I am using Ubuntu 12.04 LTS (32bit-i386) in my desktop PC. I need g77 compiler for some specific applications. The app can only be installed after having g77 compiler. This specific app is designed based on g77 fortran compiler and can't be used with gfortran which is the standard available compiler in 12.04 LTS.
And guide me the procedure to install g77 in 12.04.
I have been using widget on Windows platform.
Now i have started using Ubantu latest version on my host & looking forward to build widget on Ubantu.
I need help to compile wxGTK for RPi, so that i can make application for Rpi on my Ubantu Host.
Cross compiler is provided from Rpi.
http://elinux.org/RPi_Kernel_Compilatio ...
Hi, I am in the process of building some packages with the Intel compiler (icc) and was wondering how to make it the default compiler when using rpmbuild.
Any help would be great.