71
Using Code::Blocks / Re: c++ editor
« Last post by rlfrost@aol.com on March 05, 2025, 05:17:05 pm »I am so grateful. Thanks for your response.
Larry
Larry
The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
Might be a too long issue; but that has never been reported as a problem.So have nobody else ever had such problem?
Tim S.
Open a command window. And type below what does it return?strip is in PATH.Since no one's mentioned this problem and the relevant files in official Windows nightly build stripped. So this update.bat must be working,right?Codewhere strip
If it fails to find strip then the problem is what I said it was; then, you can learn how to use windows on a windows support site or use google.
SET PATH command is not that hard it should be easy to find info on it.
If you do not know where you installed your compiler; I do not know the answer; you can check the CB toolchain setting and you need to add "bin" to that value.
Tim S.
where strip
I did not say you used them, it was just an example of unexpected non-ASCII characters. Bisect your original message until you find the offending character.Strange, I was able to save my text without problems to an ASCII file, but here it is still problematic.
Looks like 25.03 is on the way.It will be exactly 5 years since the last version then.
strip is likely part of the GCC compiler tool chain.Can you be more specific about this "add the path to that to the path of the command window you are using" .Thx
You likely need to add the path to that to the path of the command window you are using.
Edit: The above assumes not using MSys2
Tim S.