size of array ‘altStackMem’ is not an integral constant-expression
SamyadeepSaha opened this issue · 0 comments
SamyadeepSaha commented
Describe the bug
size of array ‘altStackMem’ is not an integral constant-expression
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/amiremohamadi/DuckX.git
cd DuckX
mkdir build
cd build
cmake ..
cmake --build .
Expected behavior
Array size should be integral constant.