This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/MSP430-GCC-OPENSOURCE: Feedback on msp430-gcc

Part Number: MSP430-GCC-OPENSOURCE

Tool/software: TI C/C++ Compiler

There had been a question two years ago about the way to follow up / feedback to the open source MSP430 GCC fork //e2e.ti.com/support/development_tools/compiler/f/343/p/396532/1402922#1402922 but no news since then. I did not find a way to communicate with the maintainer w.r.t. their patch so I am using this forum. Please forward the following to Jozef Lawrynowicz:

In regard to this patch:
patchwork.ozlabs.org/.../
that is included in the version of gcc that one can download from the TI
site, it is my understanding that the file "devices.csv" is looked up in
the "-I" and "-L" directories that where specified in the command line,
but _not_ the include and library directories that are built in into
compiler/toolchain.

If my understanding is correct, may I suggest that builtin paths are
also checked? Then the user can put the file into e.g
${PREFIX}/msp430-elf/include directory and save the effort of explicitly
specifying the include directory in their Makefile.

Thank you,

Eugene