From: Greg B. <gb...@po...> - 2001-01-05 07:03:34
|
Greg Banks wrote: > > Bryan Rittmeyer wrote: > > > > [...] "unterminated character constant" errors. [...] > > No, this is actually a Makefile problem. You need to have > the -traditional flag to the assembler runs, then the warnings about > unterminated char constants go away. Only a few days ago I checked > in some LinuxSH Makefile tweaks to make that happen properly. I'll > go see if they're still there. Ooops, my changes disappeared in the 2.4.0-test13-pre4 merge. I'll work on fixing the repository, but what you need to do is add the following line to the Makefile in the directories where you had this problem. EXTRA_AFLAGS := -traditional Greg. -- These are my opinions not PPIs. |