• Please review our updated Terms and Rules here

Compiling gcc for m68010 ; missing alloca()

Elektraglide

Experienced Member
Joined
Mar 24, 2023
Messages
53
Location
UK
[Decided to try and get gcc built for the Tektronix 4404]

The native K&R C compiler does not have alloca() AND has no support for embedding asm()
How do you implement alloca() in C without being able to manipulate the stack frame?

Adam
 
Back
Top