Skip to content

UTBotCpp does not support test generation for 32bits projects #216

@llmagic

Description

@llmagic

Hi,my working project is an embedded 32bit project, I must add compile flag "-m32" in my Cmakelists.txt
when I use unittestBot C/C++ to config my working project, there would be linking errors below:

...
error: /utbot_distr/debs-install/usr/lib/gcc/x86_64-linux-gnu/9/crtbegin.o: incompatible target
warning: skipping incompatible /utbot_distr/debs-install/usr/lib/x86_64-linux-gnu//libdl.so while searching for dl
warning: skipping incompatible /utbot_distr/debs-install/usr/lib/gcc/x86_64-linux-gnu/9//libstdc++.a while searching for stdc++
error: cannot find -lstdc++
...

Is that because UTBot not support -m32 compile project? How could I solve this problem?
I installed utbot with utbot_installer_2021.2.23.sh on linux, and it works well with the c-example project.

Metadata

Metadata

Assignees

Labels

customerIssues from customersenhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions