Skip to content

error seen when c mode is used: error: ValueExtractionSynthesizer could not find: 'cling::runtime::internal::setValueNoAlloc'. #364

@vickeykumar

Description

@vickeykumar

when c mode is used with cling, below error is seen when trying to print real time values:

$ cling -xc

***************** CLING *****************

  • Type C code and press enter to run it *
  •        Type .q to exit            *
    

[cling]$ int i
input_line_2:3:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
;

^
[cling]$ 123
input_line_3:2:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
123
^
[cling]$

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions