Hi,
I try to cross compile an application to be run on arm target (my host is x86 ubuntu 11.10).
when i run "make", i obtain this error:
mar@ubuntu:~/Desktop/App$ make
...
cc1plus: warning: include location "/usr/include/GL/" is unsafe for cross-compilation
cc1plus: warning: include location "/usr/include/c++/4.6/" is unsafe for cross-compilation
cc1plus:
What packages to I need to install to compile X-Windows code with g++/gcc ? I tried to compile a X-Windows "hello world" type of program with g++ and got the error:
Code:
fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
so I assume some sort of package has to be installed to do this. Thanks for any information!
HI All,
I am currently trying to Build GHDL-0.29 on top of a newer GCC 4.6.3(fedora 16),
../gcc-4.6.3/configure --enable-languages=vhdl --disable-bootstrap configured successfully.
I am facing a problem in the below given code.
Code:
int main()
{
printf("\nHello Geeks\n\n") ;
return 0 ;
}
In the above mentioned code i left including "#include ". And if i compile and execute this piece of code, the output is printed as expected.
Hello everyone
I have a very important question...
Hello,
I'm completely new to anything outside of windows and I've run into an issue with my first attempt at compiling a kernel module.
I'm working on the latest version of Ubuntu which I downloaded a few nights ago running on a VM.
I get the following error when trying to compile with "make".
"fatal error: linux/module.h no such file or directory compilation terminated"
HI All,
I am currently trying to Build GHDL-0.29 on top of a newer GCC 4.6.3(fedora 16),
../gcc-4.6.3/configure --enable-languages=vhdl --disable-bootstrap configured successfully.
HI All,
I am currently trying to Build GHDL-0.29 on top of a newer GCC
4.6.3(fedora 16),
../gcc-4.6.3/configure --enable-languages=vhdl --disable-bootstrap
configured successfully.
Hi, I had enough of Windows and moved to Linux. I installed openSUSE 11.3 KDE Live CD, through a USB drive on my Netbook (Acer Aspire d260) and its working fine. I cannot connect to internet until I compile and make a program called "usb_modeswitch".