02-19-2021, 05:33 AM
02-21-2021, 05:10 AM
(02-19-2021, 05:33 AM)nayan Wrote: [ -> ]Scanf, gets, getchar etc. are showing undefined reference error while compiling a program using pulp-sdk. Is there anyway to get input from console?
Hi,
I'm also facing the same issue.. Can anyone please help?
02-23-2021, 08:42 AM
Hi nayan, chikku,
As far as I know, there is no implementation of those functions in the pulp-sdk or pulp-runtime. If you need input from a console I would suggest you to directly use the UART drivers of the pulp-sdk or pulp-runtime to receive external inputs.
Best,
Manuel
As far as I know, there is no implementation of those functions in the pulp-sdk or pulp-runtime. If you need input from a console I would suggest you to directly use the UART drivers of the pulp-sdk or pulp-runtime to receive external inputs.
Best,
Manuel
02-25-2021, 09:33 AM
Thank you for your reply meggiman