User forums > General (but related to Code::Blocks)
GNU Arm Support
tiwag:
there are existing macros
$($(TARGET_NAME)_OUTPUT_FILE)
$($(TARGET_NAME)_OUTPUT_DIR)
the combination of the above gives the absolute path to your output file
$($(TARGET_NAME)_OUTPUT_DIR)$($(TARGET_NAME)_OUTPUT_FILE)
sachinhambar:
Thanks Now I am able to execute arm executable. Project contain only c files.
Now I added arm assembly files to project. Assembly files are not get compiled by Compiler.
How can I add Assembly file support for Compiler?
Navigation
[0] Message Index
[*] Previous page
Go to full version