On Monday 12 October 2009, Øyvind Harboe wrote: > I doesn't help if I specify the absolute path to configure. > > It says "current location", not "current directory". I"current location" > the same as "present working directory" or the location of the .S file? > > It builds fine when build dir == src dir. It's the > build dir != src dir whcih is broken.
Something needs to add a "-I$(SRCDIR)", or equivalent, to the options used to invoke the assembler. - dave _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
