From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tracy.Kuhrt@microchip.com To: cgen@sourceware.cygnus.com Subject: NEWBIE Question: Generating Source Files Date: Wed, 04 Oct 2000 07:41:00 -0000 Message-id: X-SW-Source: 2000-q4/msg00002.html I am trying to evaluate CGEN to see if it an option for porting gas to a new architecture. I have created my .cpu file, and have run through the interactive development environment in guile. All looks good so far. The problem that I am having is generating the source files. I have modified my opcodes/Makefile.am file to duplicate the m32r setup. When I do a `make dep` in the opcodes directory, I am receiving the error: make: *** No rule to make target `xx-asm.c', needed by `DEP'. Stop. I have followed the instructions in the cgen.info file under `Doing an opcodes port`. What file have I missed changing in order to generate the source files for my architecture? Tracy A. Kuhrt