UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
12-17-2014 06:39 AM - edited 12-17-2014 06:48 AM
Hello,
diving text section is described in http://www.xilinx.com/support/answers/21639.html
But it handles some file1/2/3.o.text files.
Does anyone knows how to create or divide such files in the SDK single project ?
Thank you,
Ran
12-17-2014 07:09 AM
12-17-2014 08:51 AM
12-17-2014 05:29 PM
Hi,
Refer to the snapshot to set -save-temps option in SDK. Once this is done, SDK generates the .o files of all the source files in Debug/src folder.
--Hem
12-17-2014 09:17 PM
12-17-2014 09:24 PM
Hi Hem,
Thanks very much for the details.
I just tried to set optimize levele, but strangely it jumps back to no optimization.
What does it mean ?
Thanks ,
Ran
12-17-2014 09:57 PM
12-17-2014 10:10 PM
Thanks,
But Why I can't change optimize level ?
Regards,
Ran
12-17-2014 10:53 PM - edited 12-17-2014 11:03 PM
Hi,
I try to divide the .o files but it keep saying that bram0 is larger even though there is no file inside (there is no aaaa* file!!) :
.text : {
} > microblaze_i_bram_ctrl_0_microblaze_d_bram_ctrl_0
.textXXX : {
CZ5C2010A_uBlaze_POD_Code/*.o
src/*.o
} > microblaze_i_bram_ctrl_0_microblaze_d_bram_ctrl_1
What am I doing wrong ?
Regards,
Ran
12-25-2014 01:34 PM
Can anyone please try to specify object files in .text sectoin ?
Why doesn't it work ?
12-27-2014 01:57 AM
Can anyone help with this please ?