Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Programming and Hacking > Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th October 2009, 19:42   #221  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Okay, I encoded the same lossless source with x264 compiled by TDM's GCC 4.4.1-2 and with x264 compiled by Komisar's GCC 4.4.2. Using x264 r1301.

The two H.264 streams came out MD5-identical. So I guess this a good sign
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 20th October 2009 at 21:32.
LoRd_MuldeR is offline   Reply With Quote
Old 21st October 2009, 17:54   #222  |  Link
aerodown
-_-
 
Join Date: Mar 2009
Posts: 10
hi,

i try komisar cross-mingw.gcc442.generic.20091019 but it give me error when compiling gpac:

gcc -O3 -fno-strict-aliasing -Wno-pointer-sign -DGPAC_HAVE_CONFIG_H -I/home/Eddie/gpac -I/home/Eddie/gpac/include -c -o media_tools/gpac_ogg.o media_tools/gpac_ogg.c
media_tools/gpac_ogg.c: In function 'ogg_stream_flush':
media_tools/gpac_ogg.c:763: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [media_tools/gpac_ogg.o] Error 1
make[1]: Leaving directory `/home/Eddie/gpac/src'
make: *** [lib] Error 2

im using winxp sp3 with AMD Phenom.
aerodown is offline   Reply With Quote
Old 21st October 2009, 18:03   #223  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
aerodown, huh :-\ gpac from svn?
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline   Reply With Quote
Old 21st October 2009, 18:05   #224  |  Link
aerodown
-_-
 
Join Date: Mar 2009
Posts: 10
Quote:
Originally Posted by komisar View Post
aerodown, huh :-\ gpac from svn?
yes.

and by the way i try another with cross-mingw.gcc442.core2.20091019 i can compile with no error, guess i cant use generic one?
aerodown is offline   Reply With Quote
Old 21st October 2009, 18:19   #225  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
aerodown, i am build with gcc442.generic on i7... no error.

Earlier i tryed to build toolchain for amdfam10, but gcc crash with "Segmentation fault"... I have not found solutions to this problem Perhaps this is related to this platform...
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline   Reply With Quote
Old 21st October 2009, 20:31   #226  |  Link
_xxl
ffdshow user
 
_xxl's Avatar
 
Join Date: Oct 2005
Location: Romania
Posts: 818
Quote:
media_tools/gpac_ogg.c:763: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [media_tools/gpac_ogg.o] Error 1
make[1]: Leaving directory `/home/Eddie/gpac/src'
I get this error with some older versions of mingw gcc.
_xxl is offline   Reply With Quote
Old 27th October 2009, 08:59   #227  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
Quote:
Originally Posted by _xxl View Post
@komisar
I get this error when compiling latest ffdshow-tryouts libs.
Tested with XP SP3 AMD XP 2000+.
In earler generic-build binutils incorrect compiled... Sorry. In this binutils used SSE2 instructions...
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline   Reply With Quote
Old 30th October 2009, 01:34   #228  |  Link
TheRyuu
warpsharpened
 
Join Date: Feb 2007
Posts: 787
I've successfully built a working 4.4.2 compiler with cloog/ppl for mingw32 cross compiled from linux if anyone cares.

cc-mingw32-gcc-4.4.2-build-i686-v2.7z

Edit:
If anyone is trying to build it with cloog/ppl you have to make sure your cross compiler is built with --disable-shared (to only get static shit) so when you build cloog and the final gcc you add the configure flag --with-host-libstdcxx=-lstdc++ so it actually recognizes that static link (cloog and the final gcc will not build without it). This probably only applies to cross compiled gcc's from linux.

Last edited by TheRyuu; 30th October 2009 at 01:40.
TheRyuu is offline   Reply With Quote
Old 30th October 2009, 09:09   #229  |  Link
roozhou
Registered User
 
Join Date: Apr 2008
Posts: 1,181
Quote:
Originally Posted by aerodown View Post
media_tools/gpac_ogg.c:763: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [media_tools/gpac_ogg.o] Error 1
make[1]: Leaving directory `/home/Eddie/gpac/src'
make: *** [lib] Error 2

im using winxp sp3 with AMD Phenom.
Are you using "make -j4"? This frequently happens to me when using multithread make. Try "make".
roozhou is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:53.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.