[#7317] GCC should generate code for Core 0 by default
Submitted By: Andrew McLachlan
Open Date
2012-09-11 05:26:23 Close Date
2012-10-02 05:36:28
Priority:
Medium High Assignee:
Stuart Henderson
Board:
N/A Silicon Revision:
Resolution:
Fixed Fixed In Release:
N/A
Processor:
ALL
Host Operating System:
All
toolchain rev.:
kernel rev.:
State:
Closed Found In Release:
2012R1
Is this bug repeatable?:
N/A
Summary: GCC should generate code for Core 0 by default
Details:
Building file: ../src/fooBar.c
Invoking: Blackfin ELF C Compiler
bfin-elf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -mcpu=bf609-any -MMD -MP
-MF"src/fooBar.d" -MT"src/fooBar.d" -o
"src/fooBar.o" "../src/fooBar.c"
Building target: fooBar
Invoking: Blackfin ELF C Linker
bfin-elf-gcc -mcpu=bf609-any -o "fooBar" ./src/fooBar.o
Finished building target: fooBar
The above program is built for Core 1 instead of Core 0 (-mmulticore -mcore0),
so loading it onto Core 0 cause a crash/error.
This tracker issue is about making the default build target Core 0.
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