Hi,
I just build the way it says on the web site
|./configure --target=msp430 --prefix=/usr/local/msp430|
and all the gcc compilations have -I/usr/local/msp430/include in them.
Regards,
Steve
dimmy wrote:
starange,
freebsd does not have this problem.
Which defines cause broken build?
~d
On Friday 13 September 2002 20:56, Steve Underwood wrote:
Hi,
When I build gdb for the MSP430, using ./configure and make, the compile
lines contain "-I/usr/local/msp430/include", when it is actually host
code being compiled. This results in errors, due to some defines not
working out right (at least it does on RedHat 7.2 and 7.3). Manually
removing this from the Makefile results in a successful build.
Regards,
Steve