Open aniljava opened 10 years ago
Environment:
cube PSOC_programmer # uname -a
Linux cube 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
cube PSOC_programmer # gcc --version
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cube PSOC_programmer # g++ --version
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cube PSOC_programmer # make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
cube PSOC_programmer #
Thanks for the feedback. I've updated both repositories (PSOC_programmer and PSOC_compiler). They should now compile out of the box under Linunx. The make files need a bit of cleaning up ... later. I've tested it on my linux VM (finally) with the exception that I don't have python3 so I couldn't test that the two python scripts work ok.
Suggested order: cd PSOC_programmer git pull: make clean make make install (Note it's just a local install)
same with PSOC_compiler
Let me know how you go.
cheers
Kim
On 04/11/2014, at 1:55 AM, aniljava wrote:
Environment:
cube PSOC_programmer # uname -a Linux cube 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux cube PSOC_programmer # gcc --version gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cube PSOC_programmer # g++ --version g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cube PSOC_programmer # make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu cube PSOC_programmer # — Reply to this email directly or view it on GitHub.
{"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":"https://github.com/kiml/PSOC_programmer/issues/1#issuecomment-61488806","name":"View Issue"}}
On fresh checkout it gives following error:
After making libhex seperately, it gives following error: