[#5246] selecting BF_REV_NONE always leads to build error
Submitted By: Mike Frysinger
Open Date
2009-06-11 18:38:16
Priority:
Medium Assignee:
Nobody
Status:
Open Fixed In Release:
N/A
Found In Release:
2010R1 Release:
Category:
N/A Board:
N/A
Processor:
ALL Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Assigned (Not Start)
Uboot version or rev.:
Toolchain version or rev.:
trunk
App binary format:
N/A
Summary: selecting BF_REV_NONE always leads to build error
Details:
using the "-none" revision means the toolchain does not define __SILICON_REVISION__ which means none of our anomaly code works
$ bfin-uclinux-gcc -E -dD -P - -mcpu=bf533 < /dev/null | grep REV
#define __SILICON_REVISION__ 0x0006
$ bfin-uclinux-gcc -E -dD -P - -mcpu=bf533-none < /dev/null | grep REV
<nothing>
Follow-ups
No Messages Were Found
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found