Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Codewarrior binary linking

Status
Not open for further replies.

echo47

Advanced Member level 6
Joined
Apr 7, 2002
Messages
3,933
Helped
638
Reputation
1,274
Reaction score
90
Trophy points
1,328
Location
USA
Activity points
33,176
I'm using Codewarrior 6.1.1 for Embedded PowerPC (EPPC). I want to link several large binary files (FPGA bitstreams) into my C project. I can do that easily in GCC using a linker command-line option, but how do I do it in Codewarrior?

If that's not possible, is there some way to convert my binary files into Codewarrior compatible object files? I tried several versions of objcopy, and several ELF choices, but Codewarrior didn't like the generated files. Maybe I haven't found the right combination.

Yes, I could convert my binary files to huge ASCII arrays, and then compile or assemble them, but that's messy and slow. I want a cleaner solution!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top