Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlc: unknown option `-safe-string'. #3244

Open
zzfzp opened this issue Feb 21, 2024 · 1 comment
Open

ocamlc: unknown option `-safe-string'. #3244

zzfzp opened this issue Feb 21, 2024 · 1 comment

Comments

@zzfzp
Copy link

zzfzp commented Feb 21, 2024

During the make process, the (ocamlc: unknown option ` - safe string '.) that appears,Why is this?

1)
make -C sw/ext pprzlink.update
make[1]: Entering directory /home/aston/paparazzi/sw/ext/pprzlink' make[2]: Entering directory /home/aston/paparazzi/sw/ext/pprzlink/lib/v2.0/ocaml'
Check for already installed pprzlink ocaml lib
Build bytecode lib

  • ocamlfind ocamlc -safe-string -c common/convert.c
    ocamlc: unknown option `-safe-string'.

2)aston@ubuntu:~/paparazzi$ ./paparazzi
File "/home/aston/paparazzi/sw/supervision/python/paparazzicenter.py", line 36
self.conf: Conf = None
^
SyntaxError: invalid syntax

@Fabien-B
Copy link
Contributor

The two errors seems unrelated to each other.

  1. on what OS (and version) are you ? What is your version of ocamlc ? (ocamlc --version)

  2. That's curious as well, what is your version of python ? (python3 --version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants