SlickEdit Community
General => General Programming => Topic started by: aos on February 17, 2020, 04:33:58 pm
-
In other words, i want to be able to see the command that the slickedit perform when compiling and linking the code.
when i use Verbose checkbox it does not enough info to see. i want to be able to see the whole command that the slickedit sends to the gcc.
there is any possibility to do it in slickedit?
Thanks
-
Are you using "Build with an auto-generated, auto-mantained makefile", or"Build without a makefile"?
-
Build without a makefile.
there is an option in slickedit to produce one? or to see some how the gcc comands that it produces?
Thanks
-
Yes, you can choose "Build with an auto-generated, auto-mantained makefile" from the build tab.
You can also select the tool you wan tot see (Compile or Link) on the Tools tab, and select a configuration at the top and you'll see the command line for that tool.
-
Thanks!
-
You're welcome. Let us know if you need help with this.