Is IAR compatible with Win10 - iar

I try to install IAR for version:EWSTM8-2203. After the installation, when I try to run the unpacker, it says that:
The license for "STM8.EW.LIBSRC" "1.04" did not have a value for the variable
"PASS"
My OS is Win10. Is Win10 compatible to IAR?

Related

this version of path/to/g++.exe is not compatible with the windows version you are running

I downloaded Code::blocks to learn C++ on and I chose the Min-GW compiler download choice and installed Code::blocks and added compiler path to the environment variables but when I run g++ --version in the command it gives me the error above.
and I manually Added the compiler path in Code::Blocks app but still gives Couldn't Find the compiler path
I have windows 10 32-bit and this is the version I downloaded
https://sourceforge.net/projects/codeblocks/files/Binaries/20.03/Windows/32bit/codeblocks-20.03mingw-32bit-setup.exe/download
Note: I tried the other download source Foss-HUB but the same thing

How Visual Studio Code formatting works out of the box on OSX

I am running vscode on osx and have installed the C/C++ plugin, which brought with it the ClangFormat package:
Installing package 'C/C++ language components (OS X)'
Installing package 'ClangFormat (OS X)'
Installing package 'Mono Framework Assemblies'
Installing package 'Mono Runtime (OS X)'
Installing package 'LLDB 3.8.0 (OS X)'
I am able to format C++ code and even changed the clang-format style successfully:
"C_Cpp.clang_format_style": "google"`
The thing is that I don't have clang-format installed on my system and the path in vscode settings is not set either:
"C_Cpp.clang_format_path": null
How is the formatting actually done here? What is this ClangFormat package that vscode installed? From where and where is it? It's not a plugin.
Does it use some package manager other than homebrew to install a distribution of clang-format in a custom location that is not in the path?
In my Linux Mint indeed it's installed together with the C/C++ extension of Microsoft, alas it's installed locally within the module. It can be found here:
~/.vscode/extensions/ms-vscode.cpptools-0.12.3/LLVM/bin/
In Windows, similarly it can be found here:
%USERPROFILE%\.vscode\extensions\ms-vscode.cpptools-0.12.3\LLVM\bin\
In OSX is here:
~/.vscode/extensions/ms-vscode.cpptools-0.12.3/LLVM/bin/
Not sure what could be wrong with Arch.

Install an old version of MinGW GCC

I need to compile the source code of an application that was successfully compiled using MinGW GCC 4.8.1 the last time. I tried to use the most recent version of the compiler that is available in the MinGW Installation Manager but it doesn't work.
I would like to install the 4.8.1 version but I can't find it in the packages of the Installation Manager. I tried to install it using the command line in windows after adding MinGW to Windows'
mingw-get install "gcc=4.8.1"
But it doesn't work either, some packages seem to not get found by the program and it looks like it's installing the most recent version...
Is there a way to install GCC 4.8.1 on Windows as of today ? I'm on Windows 7 pro and I'm on my computer at work so I can't go too deep in the folders and I don't have administrator rights for everything.
Thanks for your help

C++ compiler/SDK for Ubuntu 12.04 - Netbeans

I have installed Netbeans 7.1 on Ubuntu. When I was activating C++ in netbeans, it didn't lead me to the page where C++ compiler/SDK exists, as it did in windows. I am using Cygwin in windows, but seems like it is not there for Linux.
Please guide me to the correct location where I can find correct C++ compiler/SDK for Linux, which I can use in Netbeans.
You need to install gcc
gcc is the gnu c and c++ compiler
simply open a console and type:
sudo apt-get install build-essential
CPP setup instructions for netbeans:
http://netbeans.org/community/releases/60/cpp-setup-instructions.html

C++ Programming on a Mac

I have installed Xcode 4.0 (XCode Toolset, System Tools and Documentation components only), but have Netbeans with the C/C++ plugin. However when I try to create a new C++ project in Netbeans it tells me that no compiler was found on my system. The recommended course of action is to install Xcode, which I have done so.
How do I get Netbeans to recognize that I already have Xcode?
Most likely, you reinstall Xcode and this time don't uncheck the option that installs the compiler, etc. under /usr/bin for command line use. What's wrong with just having a full installation of Xcode?
If that doesn't work, it may be an incompatibility due to Xcode 4 installing to /Xcode4 instead of /Developer. You can fix that with a symlink or by installing Xcode 3.