Re: SH4 bootloader
- From: "R.Fichter" <ft.nospam@xxxxxxxxxx>
- Date: Tue, 23 Jan 2007 16:56:47 +0100
Hello,
I think the problem is the extension of the file. Files with assembler code should have the extension .src for SH processors. So if you rename the file Startup.s to StartUp.src and if you modify the sources file
SHX_SOURCES=\
StartUp.s
to
SH_SOURCES=\
StartUp.src
the file should be compiled. If not look into the build.log file if there any additional error messages.
Regards,
Ruediger Fichter
emtrion GmbH
George H. schrieb:
Ok. I've done it. \Eboot\Obj\Sh4\retail was created again. In this directory main.obj and _objects.mac have shown up. But StartUp is still not compiled. The content of _objects.mac:.
OBJECTS= \
obj\SH4\retail\main.obj \
obj\SH4\retail\StartUp.obj
PASS0_OBJECTS=
- Follow-Ups:
- Re: SH4 bootloader
- From: voidcoder
- Re: SH4 bootloader
- References:
- Re: SH4 bootloader
- From: voidcoder
- Re: SH4 bootloader
- From: voidcoder
- Re: SH4 bootloader
- From: George H.
- Re: SH4 bootloader
- From: voidcoder
- Re: SH4 bootloader
- From: voidcoder
- Re: SH4 bootloader
- Prev by Date: Re: enabled ActiveSync error!
- Next by Date: To communicate with Bluetooth module
- Previous by thread: Re: SH4 bootloader
- Next by thread: Re: SH4 bootloader
- Index(es):
Relevant Pages
|