User forums > Help

Compiler Toolchain Setting seems to be ignored in Version 20.03

<< < (3/7) > >>

stahta01:
The docs I linked above do give this. And cosf requires the <math.h> include.


--- Quote ---The error callback function delivers:
• the ou32_CallbackParameter (reserved for C++ applications),
• the output channel number ou16_Channel where the error occurred,
• the parameter ou16_Event that signals the callback event.

--- End quote ---

Tim S.

patraxbi:
I have a problem. everytime I hit build&run it will appear this error to me:
Build Log:
g++.exe  -o "bin\Debug\ex 1.exe" obj\Debug\main.o   
g++.exe: error: obj\Debug\main.o: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 

Message Log:
File:                                            |   Line:                         |          Message
obj\Debug\main.o                        |                                   |                    No such file or directory exists
                                                  |                                   |                    error: no input files







I used the auto-detect in toolchains, but it's like my computer refuses to make the -o file .
What could be the cause and how to make it right ? (I'm not sure if this is the right topic to put this)

oBFusCATed:
It is either path with spaces or other non-ascii characters or an antivirus software causing this. Which one is for your case?

patraxbi:
It's none of those ( path with spaces or non-ascii characters). I mean I had no problem for a long time. I have Bitdefender antivirus for almost one year. and the paths are the ones predefined from that minGW binary release. I had no problem untill now. I haven't entered codeblocks neither Visual studio for like  2 weeks. and when I tried to enter today, my 17.12 version of codeblocks would just crash when I would press hit and run. And when I tried to open visual studio it was corrupted. I reinstalled visual studio and that one works fine now. but I reinstalled codeblocks 3 times already ( using revo unninsteller when I uninstalled them to delete all those remains) and it still doesn't work. And the mean time of 2 weeks I haven't installed a thing. When I code, I usually do it in Visual Studio, but for school they want code blocks.

stahta01:
patraxbi:

Try posting an full rebuild log!!!
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version