I found an interesting behaviour while changing path to the GNU build options in the project file.
SES version 6.30 MacOS
I was always using global macros for this, so it was never a problem before. Now I would like to have project scope macros to define all file paths. It is working ok for everything apart from
For that particular tag I cannot use "../.." type of path but it needs to be fixed absolute path.
Is there a reason for that or is this a bug in the parser ?This works fine:
While this doesnt work. (I dont get any errors, just warning "ld: warning: cannot find entry symbol Reset_Handler;" and produced code is pretty much empty.)
While similar macro for .ld file works fine.
SES version 6.30 MacOS
I was always using global macros for this, so it was never a problem before. Now I would like to have project scope macros to define all file paths. It is working ok for everything apart from
build_generic_options_file_name
For that particular tag I cannot use "../.." type of path but it needs to be fixed absolute path.
Is there a reason for that or is this a bug in the parser ?This works fine:
While this doesnt work. (I dont get any errors, just warning "ld: warning: cannot find entry symbol Reset_Handler;" and produced code is pretty much empty.)