| |
| |
| |
|
Comments:
<0> Hi <0> i get this error: cerebro.c:299: error: impossible constraint in `asm' <0> when i try to compile with an arm cross-compiler <0> there is a FD_ZERO in that line ...
<0> ?? <1> morning <2> hi <2> how do i compile apps that use both cpus/cores <2> do i need special compile options or special code? <3> Bombo: special code. anything a compiler could easily parallise would normaly faster without switching the cpu. <4> or use OpenMP <4> (special code still) <2> noshadow: any ideas on how the code has to look like <2> special function calls? wich man will tell me <3> Bombo: you have to have things you can do in paralell. Then you can use either threads, forks or whatever... <4> Bombo: what is your application/library ? <2> velco: is it a compiler? <3> Bombo: but for most applications running on on CPU and having the other CPU so that all the other programs and the kernel do not run on the same gives much better results. <2> noshadow: hmmm
<4> no, OpenMP is not a compiler, as you could easiliy find by searching the Net <2> velco: i'm just playing around a bit in c/c++ (learning it) <2> velco: ok i'll do that now, sorry for asking <4> forget about parallel programming for a while <5> hello. it's bit offtopic from gcc itself... i wonder if there is any pre-processing tool turning source tree independent from external libraries (copying and #include'ing all the code which is normally @ libraries) <3> curious_: as every lib might behave different, I doubt there is. <5> what do you mean by 'behave different' ... <5> if it compiles with -static , it should be also include-able <6> hi <6> i'm developing kernel for embedded system in C++ <6> thus i don't link the kernel to the stdc++ and stdlib libraries <6> and when i'm allocating a static instance of a cl*** which herits to(?) another cl*** <6> the vtable pointer is bad <6> and i guess a specific function should be called to initialize all the static instance given by the ABI <6> can someone give me more information about that? <7> hi. is it allowed to ask questions regarding gdb, too?
Return to
#gcc or Go to some related
logs:
bcm94318+linux mysql_connect cli apt-get #centos python __getatt__ #python ssh start temporary failure in name resolution
#perl #css gentoo missing XFree86-VidModeExtension +sendmail+clear-queue+var/spool
|
|