Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Standard out calls like printf() and puts() no longer work with my BIOS applications in CCStudio 3.0. What happened?

0
10 Posted

Standard out calls like printf() and puts() no longer work with my BIOS applications in CCStudio 3.0. What happened?

0
10

There is a known issue with the build tools in CCStudio 3.0 and BIOS projects where a symbol needed for stdout in CCStudio (_C$$EXIT) is getting stripped. A workaround to get stdout to work properly is to simply define the missing symbol ‘_C$$EXIT’. This can be done in CCStudio by entering ‘_C$$EXIT’ in the field under: Project->Build Options…->Linker->Advanced->Create Unresolved Ext Symbol (-u) This issue has been be resolved in CCStudio 3.1 and greater.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123