AS11 HELP with Embedded GNU

Thread Starter

Spakle

Joined Jan 21, 2010
4
Using Embedded GNU (0.93), trying to download a program coded in C to my HC11, it tells me that I have to do a 'build-make'. When I do there is no .s19 output. I get an 'unknown error', when I check the make log the following is listed:

Performing a "make all":
debug info: windows version = WinXP
debug info: log delay=2
c:/usr/bin/m6811-elf-gcc -m68hc11 -Os -fno-ident -fno-common -fomit-frame-pointer -mshort -fsigned-char -IC:/usr/m6811-elf/include -c adpotc.c
c:/usr/bin/m6811-elf-gcc -m68hc11 -Os -fno-ident -fno-common -fomit-frame-pointer -mshort -fsigned-char -Wl,-u,-mm68hc11elfb -LC:/Documents and Settings/Administrator/My Documents/Micro/eln340/usr/m6811-elf/lib -o AD-POT.elf adpotc.o
m6811-elf-gcc: and: No such file or directory
m6811-elf-gcc: Settings/Administrator/My: No such file or directory
m6811-elf-gcc: Documents/Micro/eln340/usr/m6811-elf/lib: No such file or directory
C:\Documents and Settings\Administrator\My Documents\Micro\eln340\egnu093\make.exe: *** [AD-POT.elf] Error 1

I've checked the paths for the library and include folders, they are correct. Any help at all would be appreciated.
 
Last edited:
Top