Forum Discussion
rshal2
Occasional Contributor
6 years agoCan we compile preloader without optimization ?
Hello, I am struglling with building u-boot-spl (preloader), without debug information. Is it possible ? How ? Thanks
- 6 years ago
Hello sir,
We always recommend our standard flow of compiling preloader, uboot and zImage, since this is the tested flow on board.
Keeping the debug info will not cause any issue to your system unless you need to reduce the image size. If the system is not able to boot, and you are following the recommended flow by intel, there is a big possibility of having some hardware issues.
thank you
FawazJ_Altera
Frequent Contributor
6 years agoHello sir,
May I know which device is this?
Also, which Quartus version are you using?
Thank you..
rshal2
Occasional Contributor
6 years agoHello,
I managed to proceed in debug, even without "no optimization" method.
So, the answer to this question is less required now.
Thank you.