User forums > Using Code::Blocks

Using code::blocks w/o a project

<< < (8/12) > >>

Pecan:
The compiler setting should look like this.

dukester:
Yup! That's exactly what I've got!

Say - you've been overly kind and generous with your time. I can use the Geany or emacs editor - no problem. C::B was worth a test-drive but you've got a life other than it. Thanks for all the effort!!

Pecan:
Ok, sorry it didn't work out.

dukester:
👍

Joy!!


-------------- Build: Debug in HelloWorld (compiler: GNU GCC Compiler)---------------

gcc -Wall -g -Wall -std=c99 -m64 -Og  -I/home/dnormandin/programming/c/code/HelloWorld -I/home/dnormandin/programming/c/code/HelloWorld/ -c /home/dnormandin/programming/c/code/HelloWorld/main.c -o obj/Debug/main.o
gcc  -o bin/Debug/HelloWorld obj/Debug/main.o  -O2 -m64 
Output file is bin/Debug/HelloWorld with size 17.47 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 

-------------- Run: Debug in HelloWorld (compiler: GNU GCC Compiler)---------------

Checking for existence: /home/dnormandin/programming/c/code/HelloWorld/bin/Debug/HelloWorld
Set variable: LD_LIBRARY_PATH=.:/usr/share/lib:/usr/lib/x86_64-linux-gnu
Executing: xterm -T HelloWorld -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=/usr/share/lib:/usr/lib/x86_64-linux-gnu:. /home/dnormandin/programming/c/code/HelloWorld/bin/Debug/HelloWorld  (in /home/dnormandin/programming/c/code/HelloWorld/.)
Process terminated with status 0 (0 minute(s), 7 second(s))
 

Pecan:
Congratulations, you are tenacious. A sign of a good coder/programmer.

In your leasure time (if there's such a thing) read some of the following in the "projects" section.


--- Quote ---
https://www.codeblocks.org/user-manual/
https://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/codeblocks-instructions.pdf (this takes some time to load into a browser). Maybe download it instead.

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version