Issues with IAR 6.20 - crash

Did anyone started using IAR 6.20 on Windows 7 or XP?
I was using IAR 6.10 with no issues at all however, I am expereincing a lot of crashes and no response from IAR 6.20. Did anyone experience the same?

Related

Programming xillinx cpld xc9536xl

Iam trying to program xillinx cpld xc9536xl and I'm using quartus prime lite edition latest version and I don't know which device to select while downloading quartus to help me applying code on xillinx cpld
The devices are :
Arria || device support
Cyclone
Cyclone 10
Max ||
Max 10
xc9536xl is a Xilinx part, not Intel/Altera.
Use the ISE 14.7 suite (free WebPACK edition) to program this part.
And it's likely you will need the Xilinx Platform Cable. ISE won't be using Intel USB Blaster, and I'm not familiar with open-source tools that could use Intel USB Blaster to program Xilinx parts.

Why would Objective-C require a post-2010 Mac?

I'm thinking of signing up for the Objective-C Crash Course on Udemy but the requirement is a Mac after 2010.
I have an early 2009 with 2 x 3.32 GHz Quad-Core Intel Xeon 64 GB 1066 MHz DDR3 ECC & ssHD happily running El Capitan v10.11.6 & running Xcode beta 8.5
Is there something that I'm missing? Is it a hardware thing?
(Please forgive me if this is a really dumb question but I'm a newb in diapers.)
Udemy may have other reasons for requiring a more recent Mac that is specific to their course.. If you can run El Capitan, you can install the latest Xcode and can use it to learn Objective-C. I would suggest ignoring the requirement for the course until if and when it becomes clear why it's in place.

Can anyone help me to get valgrind work on Mavericks?

The latest version of valgrind available is 3.9.0 which supports Mac OS X 10.7. I have Mac OS X 10.9.2. I've just begun learning C programming and I need valgrind before I go any further.
Had anyone successfully ran valgrind on Mavericks??
Check here for the work of Frederic Germain:
https://bugs.kde.org/attachment.cgi?id=85889&action=edit

Which compiler (Sun Studio or gcc ) to choose while porting from Solaris Sparc to Linux x86

We have decide to port our application that currently runs on solaris sparc to linux x86 system. Which compiler, Sun Studio or GNU gcc would be more beneficial to use on linux? Which one would produce at a good level of optimized binaries?
Any help or directions would be appreciated!
Thanks in advance.
Now, Sun Studio is owned by Oracle, and there is lots of incertitude about where it's going next. Many people would advise GCC, which is the de facto standard compiler on Linux, and has a much bigger user community.

xdebug for PHP 5.2 on Windows 7 64bit

Previous posters have linked to http://fusionxlan.com/PHPx64.php to install 64-bit capable versions of xdebug.
I need PHP 5.2 compatibility for Magento, and fusionxlan has disappeared and archive.org doesn't have a copy.
Does anyone have a copy of the fusionxlan download or dll that they can share?
Thanks,
JD
So I finally found a solution to this. The combination of the recently released (both of them) Netbeans 6.9 and Xdebug 2.1.0 thread-safe 5.2 VC6 (32-bit) works a treat on Windows 7 64-bit. Oh happy day!
And BTW, the new features in Netbeans 6.9 rock. Particularly the CSS selector click-thru and auto-complete.