You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am wonderful with this project using k210 with linux.
But when I make the tcc compiler
`root@ubuntu:/k210/linux/k210-linux-nommu/tinycc# make
make[1]: Entering directory '/k210/linux/k210-linux-nommu/tinycc/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/k210/linux/k210-linux-nommu/tinycc/lib'
makeinfo --no-split --html --number-sections -o tcc-doc.html tcc-doc.texi || true
/bin/sh: 1: makeinfo: not found
makeinfo tcc-doc.texi || true
/bin/sh: 1: makeinfo: not found
root@ubuntu:/k210/linux/k210-linux-nommu/tinycc# make DESTDIR=../rootfs_k210 install
mkdir -p "../rootfs_k210/usr/bin" && install -m755 tcc "../rootfs_k210/usr/bin"
mkdir -p "../rootfs_k210/usr/lib/tcc" && install -m644 libtcc1.a bt-exe.o bt-log.o "../rootfs_k210/usr/lib/tcc"
mkdir -p "../rootfs_k210/usr/lib/tcc/include" && install -m644 ./include/*.h ./tcclib.h "../rootfs_k210/usr/lib/tcc/include"
mkdir -p "../rootfs_k210/usr/lib" && install -m644 libtcc.a "../rootfs_k210/usr/lib"
mkdir -p "../rootfs_k210/usr/include" && install -m644 ./libtcc.h "../rootfs_k210/usr/include"
mkdir -p "../rootfs_k210/usr/share/man/man1" && install -m644 tcc.1 "../rootfs_k210/usr/share/man/man1"
`
I think it's wrong and I don't know how to do with it .
And I need to removed the -lpthread , but I don't know which file I should to modify ,sorry ,I am wonderful with it and I am a linux beginner .
The text was updated successfully, but these errors were encountered:
Hi , I am wonderful with this project using k210 with linux.
But when I make the tcc compiler
`root@ubuntu:/k210/linux/k210-linux-nommu/tinycc# make
make[1]: Entering directory '/k210/linux/k210-linux-nommu/tinycc/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/k210/linux/k210-linux-nommu/tinycc/lib'
makeinfo --no-split --html --number-sections -o tcc-doc.html tcc-doc.texi || true
/bin/sh: 1: makeinfo: not found
makeinfo tcc-doc.texi || true
/bin/sh: 1: makeinfo: not found
root@ubuntu:/k210/linux/k210-linux-nommu/tinycc# make DESTDIR=../rootfs_k210 install
mkdir -p "../rootfs_k210/usr/bin" && install -m755 tcc "../rootfs_k210/usr/bin"
mkdir -p "../rootfs_k210/usr/lib/tcc" && install -m644 libtcc1.a bt-exe.o bt-log.o "../rootfs_k210/usr/lib/tcc"
mkdir -p "../rootfs_k210/usr/lib/tcc/include" && install -m644 ./include/*.h ./tcclib.h "../rootfs_k210/usr/lib/tcc/include"
mkdir -p "../rootfs_k210/usr/lib" && install -m644 libtcc.a "../rootfs_k210/usr/lib"
mkdir -p "../rootfs_k210/usr/include" && install -m644 ./libtcc.h "../rootfs_k210/usr/include"
mkdir -p "../rootfs_k210/usr/share/man/man1" && install -m644 tcc.1 "../rootfs_k210/usr/share/man/man1"
`
I think it's wrong and I don't know how to do with it .
And I need to removed the -lpthread , but I don't know which file I should to modify ,sorry ,I am wonderful with it and I am a linux beginner .
The text was updated successfully, but these errors were encountered: