From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: leonp@plris.com Cc: sourcenav@sources.redhat.com Subject: Re: Asm files in SN Date: Sun, 23 Jul 2000 15:58:00 -0000 Message-id: References: <4.3.2.7.0.20000723121558.00b4d170@plris.com> X-SW-Source: 2000-q3/msg00053.html Hi Leon, Next, I have a small problem with my Linux installation: I created the project which contains files of type *.S - assembler. When I tried to add this files to my target, this didn't work. I was able to add type ASM to build rules in .cfg file, but no more than that. Note that the assembly language parser is specifically for PowerPC assembly language. It may not manage to detect anything useful in assembly files for other targets. It's possible to generate your own, if you really want to. What kind of asm files are you trying to parse? Cheers, Ben