GCC Fails to Recognize Parameters Programming by snah19 RE: ffmpeg-4.4 Andrew Wu DJGPP CROSS COMPILER, GCC v12.2.0 Host Macbook Pro, macOS Monterey [Click Here](https://ffmpeg.org/platform.html#DOS) DJGPP Cross Compiler 12.2.0 Fails to Recognize "certain" Parameters in FFmpeg Source Code Hi, I am using the DJGPP cross compiler 12.2.0, developed by Andrew Wu, github, to build the … Re: GCC Fails to Recognize Parameters Programming by Reverend Jim I can't offer any suggestions other than to just download the compiled app for your system instead of building it yourself. Re: GCC Fails to Recognize Parameters Programming by rproffitt Here's another problem. When we change the OS not only must we setup the compiler, environment and such but sometimes an OS API could be deprecated or removed. You made mention of a possible OS change so that's a possibility. You obtained this code from somewhere. Go back there and see if they updated it for your new OS. Re: GCC Fails to Recognize Parameters Programming by toneewa While I haven't used DJGPP for a couple decades, I decided to install the ffmpeg library and do a test program another way. For me, the declarations worked changing: #include "os_support.h" #include "avformat.h" #include "internal.h" #if CONFIG_NETWORK #include "network.h" #… ia-32 instruction cost needed Programming Software Development by nuliknol Hi, I am looking for instruction cost list, in clock cycles, for ia-32 intel architecture, something like this: movdqa <-- 3 clock cycles mov <-- 1 clock cycle jmp <-- 1 clock cycle Is this info available somewhere? I checked the manuals, didn't find it. Will appreciate any help Thanks! Re: ia-32 instruction cost needed Programming Software Development by Narue Appendix C is what you want from [URL="http://www.intel.com/content/dam/doc/manual/64-ia-32-architectures-optimization-manual.pdf"]this manual[/URL]. However, note that due to differences in processors and the myriad optimizations (multi-core, pipelining, etc...), pinning down reasonably exact counts in real code is very difficult without… 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by master Blacktop It's always fun to root for the underdog. It's the American way to cheer for the little guy, hoping he'll triumph over the dark forces of--ironically enough--Corporate America. AMD has been squarely in the underdog role for quite awhile now, but the brewing Hammer v. Itanium match-up will take that to a whole new level. IA-64 is a new VLIW … Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by nizzy1115 [QUOTE=master Blacktop]It's always fun to root for the underdog. It's the American way to cheer for the little guy, hoping he'll triumph over the dark forces of--ironically enough--Corporate America. AMD has been squarely in the underdog role for quite awhile now, but the brewing Hammer v. Itanium match-up will take that to a whole new level. … What is 64 in IA 64? Hardware and Software Hardware by abhi_elementx Hello folks, am new to architecture. Cud anyone of you tell me what is 64 in IA 64 architecture? Thanks • security - propose an algorithm using IA or Machine Learning for an intru Hardware and Software Networking by emeritusbrians • security - propose an algorithm using IA or Machine Learning for an intruder on a network I need a solution this as my thesis Re: • security - propose an algorithm using IA or Machine Learning for an intru Hardware and Software Networking by emeritusbrians propose an algorithm using IA or Machine Learning technique/framwork/tool for detcting an intruder on a network and how to prevent him from carying out any activities. I need an solutions on the above topic as thesis win32com.dll -Can't load IA 32-bit .dll on a AMD 64-bit platform Hardware and Software Microsoft Windows by Rohith_1 Error loading win32com: java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jdk1.7.0_75\jre\bin\win32com.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform i am getting above error while running my program....my program need to read rfid tag from rfid reader through USB-RS232 cable. My system is 64bit windows7 my java version is also 64bit… Re: ia-32 instruction cost needed Programming Software Development by nuliknol you are a big help, it was exactly what I was looking for! thanks IA-32 program that calculates the sums and differences of arrays. Need Help Programming Software Development by kww228 Just as the title says I have a question with a program I am doing. I am just starting out using MASM assembly and kind of stuck any help would be great. I need to calculate the sums and differences of arrays that are shown below. The little bit of code i have now is [CODE] .data x sword 10,20,30,40,50,60,70,80 y sword -80,-70,-60,-50,-… Re: IA-32 program that calculates the sums and differences of arrays. Need Help Programming Software Development by zalia64 First, line 10 uses EDI for a, in line 14 EDI is b. Overwriting the command in line 10. I would have written [CODE] begin procedure near mov ESI, offset X ; or LEA ESI, X mov EDI, offset Y ; or LEA EBX, Y mov EBX, offset a mov EDX, offset b mov ECX, lengthof X ; or mov ecx,8 ;counter next: mov AX,[ESI] ; X[k] add AX,[EDI… IA-32 16 bit Integer to ASCII conversion Programming Software Development by ShiftLeft This code will not work on EMU8086 or any processor prior to 80286. Line 40 would need to be changed. Re: IA-32 16 bit Integer to ASCII conversion Programming Software Development by mathematician Line 40 would need to be replaced by: mov cl, 4 shr dx,cl In the first x86 processors, only shr dx,1 or shr dx,cl were allowed (for dx or any other register). Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by Coconut Monkey Please cite the original author or website Blacktop - it's clear that you did not write that post yourself. ;) Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by master Blacktop [QUOTE= nizzy amen brother Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by master Blacktop [QUOTE=Coconut Monkey i'm not causeing problems but that is my post that i made up. i just trying to make friends and i write alot. :cool: Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by Coconut Monkey [QUOTE=master Blacktop]In this [b]second part of our three-part analysis[/b] on 64-bit computing architectures, we'll delve into Hammer's microarchitecture and compare/contrast to Itanium's existing design coming up design.[/quote]*cough* ;) Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by Catweazle [url]http://www.extremetech.com/article2/0,1558,10350,00.asp[/url] Oh dear! Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by kc0arf Hello, I have banned him for 7 days due to the plagarization of the article. Christian Re: 64-Bit CPUs: AMD Hammer vs. Intel IA-64 Hardware and Software Hardware by szukalski Hahaha. I thought this was pretty old news. Re: What is 64 in IA 64? Hardware and Software Hardware by jbennet It stands for Intel (Itanium) Architechture (64 bit) Itaniums were 64 bit before 64 bit pentiums came along. People dont call it IA64 much more anymore because IA64 (meaning Itanium) is totally different from regular IA32 (x86) code and its 64 bit superset - x86_64, and the names could get confused. Re: What is 64 in IA 64? Hardware and Software Hardware by Stylish IA64 refers to the Intel IA64 processor/arch line (also called "Tiger"). They use EFI and not BIOS. A 64-bit Xeon is actually of the x86 arch and not ia64. Other terms for 64-bit x86 archs: x86_64, EM64T (Intel) Link to Intel's Itanium page: [url]http://www.intel.com/products/processor/itanium/index.htm[/url] Re: What is 64 in IA 64? Hardware and Software Hardware by jbennet Yep. Re: • security - propose an algorithm using IA or Machine Learning for an intru Hardware and Software Networking by rubberman Sorry, but we don't do your homework and/or thesis research for you! Remember, Google is your friend! But, being caught plaigerizing other people's work for your own is a quick way to end a possible career... :-( Re: win32com.dll -Can't load IA 32-bit .dll on a AMD 64-bit platform Hardware and Software Microsoft Windows by se25 I would suggest first remove all java installations, may be use CC Cleaner to clean up the registry, restart and then reapply java again. Re: Interesting problem : please see this and reply Programming Software Development by jwenting IA-64 if I'm not mistaken is a 64 bit AMD CPU, that would make IA-32 it's 32 bit equivalent. 64 bits is 8 bytes, so if malloc returns data alligned on 4 bytes he's in trouble unless he recompiles. Many compilers I think have compiler flags to set byte allignment.