Forum Discussion
Altera_Forum
Honored Contributor
20 years agoRedboot will not build
Hi All, I'm trying to get eCos up and running on a Cyclone II development board, and thought it would be a good place to start to get Redboot built and installed. I have created a config us...
Altera_Forum
Honored Contributor
20 years agoThank you, I'll try it.
--- Quote Start --- originally posted by graham615@Jan 25 2006, 01:31 PM steve:
i had the same problem back in 5.0. i had hoped that this would have been fixed in 5.1...oh well.
add the -g0 option to the ecos_global_clags = .... either in your makefile or in the global build options within the configuration tool.
here is an explaination of the flag from the ld doc located at:
c:\altera\kits\nios2_51\documents\gnu-tools\binutils
-gvalue
--gpsize=value
set the maximum size of objects to be optimized using the gp register to size. this is only meaningful for object file formats such as mips ecoff which supports putting large and small objects into different sections. this is ignored for other object file formats.
hope this work......by the way...any luck getting compact flash to work?
graham......
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=12389)
--- quote end ---
--- Quote End ---