[#7292] Blackfin GNU tool chain Eclipse plug-in reports "WARNING: The "Debug" Configuration may not build"
Submitted By: Andrew McLachlan
Open Date
2012-08-27 06:59:30 Close Date
2012-08-30 08:55:14
Priority:
Medium Assignee:
Andrew McLachlan
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: Blackfin GNU tool chain Eclipse plug-in reports "WARNING: The "Debug" Configuration may not build"
Details:
1, Install the Blackfin GNU tool chain Eclipse plug-ins into Juno
2, Create a new "Blackfin Linux FDPIC GNU Toolchain (bfin-linux-uclibc)" project for BF538
3, Build the project
**** Build of configuration Debug for project test ****
**** WARNING: The "Debug" Configuration may not build ****
**** because it uses the "Blackfin Linux FDPIC GNU Toolchain (bfin-linux-uclibc)" ****
**** tool-chain that is unsupported on this system. ****
**** Attempting to build... ****
make all
'Building file: ../system/adi_initialize.c'
'Invoking: Blackfin FDPIC C Compiler'
bfin-linux-uclibc-gcc -D_DEBUG -I"C:\Users\amclach\Desktop\CCES Workspace\test\system" -O0 -g3 -Wall -c -fmessage-length=0 -mcpu=bf549m-any -MMD -MP -MF"system/adi_initialize.d" -MT"system/adi_initialize.d" -o "system/adi_initialize.o" "../system/adi_initialize.c"
'Finished building: ../system/adi_initialize.c'
' '
'Building file: ../src/test.c'
'Invoking: Blackfin FDPIC C Compiler'
bfin-linux-uclibc-gcc -D_DEBUG -I"C:\Users\amclach\Desktop\CCES Workspace\test\system" -O0 -g3 -Wall -c -fmessage-length=0 -mcpu=bf549m-any -MMD -MP -MF"src/test.d" -MT"src/test.d" -o "src/test.o" "../src/test.c"
'Finished building: ../src/test.c'
' '
'Building target: test'
'Invoking: Blackfin FDPIC C Linker'
bfin-linux-uclibc-gcc -mcpu=bf549m-any -o "test" ./system/adi_initialize.o ./src/test.o
'Finished building target: test'
' '
The issue is that the `bfin-linux-uclibc-ldr` command has not been filled in for the Blackfin Loader Tools Settings.
Workaround: add bfin-linux-uclibc-ldr explicitly to command entry box.
Additional: the Loader settings are not necessarily needed for this type of project set-up.
Ideally, we'd have an "Artifact type: Loader file" and make visible|enable/invisible|disable
the Loader tools settings according to the Artifact selection.
Follow-ups
--- Andrew McLachlan 2012-08-30 09:53:26
Fixed in Blackfin GNU tool chain Eclipse plug-in v1.0.6.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found