This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems building Redboot for IQ80321


Within the last two days I've checked out the most recent 'ecos' sources from
the sources.redhat.com CVS site.


When building redboot for the iq80321 target, the compilation fails
when attempting to compile vectors.S. The reason is that in the
included file,

hal_platform_setup.h

there is a '0' character at the start of a line around line 950 of the
file. It appears to be a spurious character, and not a badly defined
local label.

By removing this character the build successfully completes with
a usable redboot rom.

Unfortunately in my haste to get a monitor built, I did not
note the exact line location. However, the vi command /^0
will find the offending line.

John Clark


-- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]