Steps to compile darwin for arm on ubuntu gcc
location: linuxexchange.com - date: August 27, 2010
Has anyone got the steps to compile darwin libraries on gcc for arm on ubuntu?
Ubuntu gcc doesn't compile RHEL developed C++ code
location: ubuntuforums.com - date: April 14, 2010
Hi everyone, this is my first post since most of the time I've been able to find answers in previous threads (Thanks to all!)
I just put Ubuntu 9.10 on my work machine, and I am new to Linux overall. I am trying to compile code that was developed and previously built at work on Centos 5.4 (both on 32 & 64 bit machines). I can build everything just fine if I login into a machine at work, but when I try to build on my work machine (that I setup), off site, and I get errors. The errors include problems with
uint
exit()
sort (vector sort)
memset
memcpy
and some others, perhaps that I cannot recall.
I was able to fix these problems through adding header files
string.h
types.h
(others that I don't recall),
however I feel this is not the best solution since whenever changes are done by others at work, I may run into compiling issues again. I feel like the problem must be with my gcc configuration, or something of that sort. If anybody has any ideas, I would be very appreciative
Ubuntu: gcc compile for i486 and Pentium i586 architectures
location: linuxexchange.com - date: September 25, 2015
I´m using Ubuntu 14.04.2 and I wish to know the way to compile code for i486 and i586 Pentium targets. I´m currently using a i686 architecture (Intel i7).
COMMENT: Seems that the solution is a -march=pentium / -march=i486 on my normal gcc command, but what about the libraries - how can I use or build the target processor ones ?
Ubuntu: gcc compile for i486 and Pentium i586 architectures
location: linuxexchange.com - date: September 25, 2015
I´m using Ubuntu 14.04.2 and I wish to know the way to compile code for i486 and i586 Pentium targets. I´m currently using a i686 architecture (Intel i7).
COMMENT: Seems that the solution is a -march=pentium / -march=i486 on my normal gcc command, but what about the libraries - how can I use or build the target processor ones ?
collect2: ld terminated with signal 11 [Segmentation fault] in qemu arm ubuntu disk image based compile
location: linuxexchange.com - date: February 2, 2014
I am using Ubuntu disk image for ARM architecture in Qemu and trying to compile a c language program. It produces the following error message during its compile:
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
make: *** [myprog] Error 1
Any help?
new to ubuntu :: gcc not installed
location: ubuntuforums.com - date: January 21, 2006
I have just installed ubuntu yesterday and I realized that gcc was not working on the terminal shell.
I am used to red hat linux and didn't really understand the idea of repositories.
Also I don't have a network connection to that computer.
Can someone show me how to install gcc ( and also g++, gcj etc..) ?
Thank you all !!!
Linphone Build Error in Ubuntu gcc 4.6.1
location: linuxquestions.com - date: October 29, 2011
HI All,
Don't know if this question is perfect for this category of questions. I am trying to build Linphone at my Ubuntu distribution 11.10(i686) with gcc 4.6.1
Now when i am going to do "make" i am getting errors as -
stun.c: In function ‘stunSendTest’:
stun.c:1996:11: error: variable ‘discard’ set but not used [-Werror=unused-but-set-variable]
stun.c: In function ‘stunNatType’:
stun.c:2165:17: error: variable ‘testIchangedAddr’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[5]: *** [stun.lo] Error 1
make[5]: Leaving directory `/home/sougata/Downloads/linphone-3.4.3/oRTP/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/sougata/Downloads/linphone-3.4.3/oRTP/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sougata/Downloads/linphone-3.4.3/oRTP'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sougata/Downloads/linphone-3.4.3/oRTP'
ma
"top" cross compile for arm or binaries available?
location: linuxquestions.com - date: October 26, 2012
top in busybox isn't as functional as I need it. So I tried to compile "top" from source (http://procps.sourceforge.net/index.html)
It compiles on my ubuntu, but I couldn't crosscompile it.
make lib64=lib CC=arm-none-linux-gnueabi-gcc gives:
top.c:28: fatal error: curses.h: No such file or directory
while adding the dir with
make CC=arm-none-linux-gnueabi-gcc CPPFLAGS=-I/usr/include
cc1: warning: include location "/usr/include" is unsafe for cross-compilation
top.c:3385: error: impossible constraint in 'asm'
I have no clue how to solve this issue. Can you help? What am I doing wrong?
Is there maybe a source for Cortex-A8 binaries that I can use - whithout installing a hole new system on my embedded device?
Compile Notepad ++ under ubuntu?
location: ubuntuforums.com - date: March 30, 2011
Hello,
Is it possible to compile Notepad++ (my favorite text-editor)
under ubuntu?
I know i can run it in wine, but i would like to run it outside wine.
The source code can you download over here:
http://download.tuxfamily.org/notepa...p.5.8.7.src.7z
Some one help me?
armhf compile warning, trying to compile on arm device
location: ubuntuforums.com - date: February 20, 2014
Noob here, so apologies in advance
Currently running 12.04 LTS on an udoo board (arm-based quad-core board: http://www.udoo.org/). I have some source files and binaries which utilise the FlyCapture SDK (http://ww2.ptgrey.com/sdk/flycap) and when I try to compile them (either my own code, or supplied examples which came with the SDK) I get the following error:
warning: ld-linux-armhf.so.3 , needed by ../../lib/libflycapture.so, not found (try using –rpath or –rpath-link)
If I attempt to run the resulting binaries, there is no error message, the terminal just brings up a new line awaiting another command. My own code and the supplied examples compile and run fine when I use Ubuntu 11.10, however the flycapture SDK in this case is a 'soft float' version (hard float only for 12.04). Google suggests that other people get this error when they are trying to cross-compile for an arm device, but I am trying to compile directly on the device itself (the code is very small and only takes few
please wait...
Page: 1 2 3 4 5 6 7 8 9 10