I am trying to compile for FB using gcc v4.5.2.
I get an error: Error: unrecognized architecture specification `cpu=5475' like shown below.
What's give? How to resolve?
What am I missing?
- Code: Select all
root@fal118:/e/dev5-map>gcc -mcpu=5475 http.c
Assembler messages:
Error: unrecognized architecture specification `cpu=5475'
root@fal118:/e/dev5-map>


