Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
command line lenght limit on Windows
Chun Jiu:
--- Quote from: BlueHazzard on April 24, 2020, 01:49:57 pm ---It is also in the html log output file.
If this option is enabled (as it is in your case) the html output file should be in the same folder as the project file and have the same name as the project.
As far as i can tell not the command line is the problem, but the log output or not?
Because the compilation process is started, but the error message for the linker is not completely present in the error output?
Am i right, or do i miss understand something?
--- End quote ---
Hi,
I don't know what causes the HTML log file is not generated.
This link is done through g ++, so you see a red g ++ error, the error message length is 65535, it is obvious that you have lost the file that must be used by the link.
Chun Jiu:
--- Quote from: BlueHazzard on April 24, 2020, 01:49:57 pm ---It is also in the html log output file.
If this option is enabled (as it is in your case) the html output file should be in the same folder as the project file and have the same name as the project.
As far as i can tell not the command line is the problem, but the log output or not?
Because the compilation process is started, but the error message for the linker is not completely present in the error output?
Am i right, or do i miss understand something?
--- End quote ---
This is the end of the error message.
... ... \TARGET_GD32F4XX\TARGET_GD32F450ZI\Periphe' ---- > There should be many files that need to be linked behind it, but it is missing.
sodev:
Not sure if it is related, but the directory of your sources contain non-ascii characters, this might cause problems.
Chun Jiu:
--- Quote from: sodev on April 24, 2020, 05:34:00 pm ---Not sure if it is related, but the directory of your sources contain non-ascii characters, this might cause problems.
--- End quote ---
Hi,
It is normal ASCII characters on another computer in my office. Now this screenshot is just to reproduce the problem. It is my home computer.
BlueHazzard:
Now, that i think about it. I somehow remember to have fixed a bug like this some time ago...
What version of codeblocks are you using? Have you tried the latest nightly?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version