Git Product home page Git Product logo

de1-soc-audio's Introduction


Hi There 👋

github linkedin facebook instagram twitter

Hello, I'm Jiyeon Lee!

Good day!

I am a machine learning developer from South Korea 🇰🇷. I am interested in data science and deep learning and computer vision. I love reading, exercising and communicating!

If you want to contact me, please leave me a message!


💫 Experience

  • 11st - Machine learning developer (Jan 2021 ~)
  • SAP - Student Intern, Data analyst (Jan 2020 - Jul 2020)
  • Google Developers - DSC(Developer Student Clubs) Lead at South Korea (2019-2020)

✨ Summary

  • 🔭 I’m currently working on 11st corp as a machine learning engineer.
  • 🌱 I'm currently learning Deep Learning, Computer Vision.
  • 📝 I regularly write articles on my blog.

Python Git OpenCV

Github Stats


de1-soc-audio's People

Contributors

jiyeoon avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

de1-soc-audio's Issues

Can't compile

Hello.

I tried to compile this project on ubuntu server by running make command, but I get these errors:

furieux@sbox:~/soc$ make make -C /lib/modules/4.15.0-72-generic/build M=/home/furieux/soc modules make[1]: Entering directory '/usr/src/linux-headers-4.15.0-72-generic' CC [M] /home/furieux/soc/sw.o /home/furieux/soc/sw.c:58:15: error: variable ‘sw_fops’ has initializer but incomplete type static struct file_opertaions sw_fops = { ^~~~~~~~~~~~~~~ /home/furieux/soc/sw.c:59:6: error: ‘struct file_opertaions’ has no member named ‘read’ .read = sw_read, ^~~~ /home/furieux/soc/sw.c:59:13: warning: excess elements in struct initializer .read = sw_read, ^~~~~~~ /home/furieux/soc/sw.c:59:13: note: (near initialization for ‘sw_fops’) /home/furieux/soc/sw.c:60:6: error: ‘struct file_opertaions’ has no member named ‘write’ .write = sw_write, ^~~~~ /home/furieux/soc/sw.c:60:14: warning: excess elements in struct initializer .write = sw_write, ^~~~~~~~ /home/furieux/soc/sw.c:60:14: note: (near initialization for ‘sw_fops’) /home/furieux/soc/sw.c:61:6: error: ‘struct file_opertaions’ has no member named ‘open’ .open = sw_open, ^~~~ /home/furieux/soc/sw.c:61:13: warning: excess elements in struct initializer .open = sw_open, ^~~~~~~ /home/furieux/soc/sw.c:61:13: note: (near initialization for ‘sw_fops’) /home/furieux/soc/sw.c:62:6: error: ‘struct file_opertaions’ has no member named ‘release’ .release = sw_release ^~~~~~~ /home/furieux/soc/sw.c:62:16: warning: excess elements in struct initializer .release = sw_release ^~~~~~~~~~ /home/furieux/soc/sw.c:62:16: note: (near initialization for ‘sw_fops’) /home/furieux/soc/sw.c: In function ‘sw_init’: /home/furieux/soc/sw.c:69:52: error: passing argument 3 of ‘register_chrdev’ from incompatible pointer type [-Werror=incompatible-pointer-types] res = register_chrdev(SW_DEVMAJOR, SW_DEVNAME, &sw_fops); ^ In file included from /home/furieux/soc/sw.c:7:0: ./include/linux/fs.h:2559:19: note: expected ‘const struct file_operations *’ but argument is of type ‘struct file_opertaions *’ static inline int register_chrdev(unsigned int major, const char *name, ^~~~~~~~~~~~~~~ /home/furieux/soc/sw.c: At top level: /home/furieux/soc/sw.c:98:1: warning: data definition has no type or storage class moudle_exit(sw_exit); ^~~~~~~~~~~ /home/furieux/soc/sw.c:98:1: error: type defaults to ‘int’ in declaration of ‘moudle_exit’ [-Werror=implicit-int] /home/furieux/soc/sw.c:98:1: warning: parameter names (without types) in function declaration /home/furieux/soc/sw.c:58:31: error: storage size of ‘sw_fops’ isn’t known static struct file_opertaions sw_fops = { ^~~~~~~ /home/furieux/soc/sw.c:91:20: warning: ‘sw_exit’ defined but not used [-Wunused-function] static void __exit sw_exit(void){ ^~~~~~~ cc1: some warnings being treated as errors scripts/Makefile.build:337: recipe for target '/home/furieux/soc/sw.o' failed make[2]: *** [/home/furieux/soc/sw.o] Error 1 Makefile:1577: recipe for target '_module_/home/furieux/soc' failed make[1]: *** [_module_/home/furieux/soc] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-72-generic' Makefile:7: recipe for target 'all' failed make: *** [all] Error 2

What is wrong here?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.